Changes between Version 3 and Version 4 of Ticket #35317, comment 4
- Timestamp:
- Mar 19, 2024, 7:42:51 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35317, comment 4
v3 v4 22 22 }}} 23 23 24 I'd a bit more trickier when dealing with predicates for nested prefetches but it's still doable.24 I'd be a bit more trickier when dealing with predicates for nested prefetches but it's still doable. 25 25 26 26 Just like any other non-trivial feature addition like this one I suggest trying to gather consensus on a general need for [https://docs.djangoproject.com/en/5.0/internals/contributing/bugs-and-features/#requesting-features this feature] on the forum and / or developer mailing list. From providing support over this channels in the past years I don't remember anyone else running into a similar issue that couldn't be solved with `prefetch_related_objects` directly.