Changes between Initial Version and Version 1 of Ticket #36157, comment 3
- Timestamp:
- Jan 29, 2025, 5:24:15 PM (27 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36157, comment 3
initial v1 1 1 Hello Tim, 2 2 3 This is a duplicate of #33835 which was won't fixed. 3 This is a duplicate of #33835 which was won't fixed. See how the request out there was the opposite of what you requested here which is to implicitly add the required fields for prefetching. 4 4 5 5 > I can understand it might be a good idea to have the related-id's for the blog on hand should you need them later. But I also think, that by using .only() you are explicitly telling django - I don't need these. This is a real problem for larger data-sets, where you end up with thousands of extra round-trips to the database.