Changes between Version 3 and Version 4 of Ticket #35317, comment 4


Ignore:
Timestamp:
Mar 19, 2024, 7:42:51 PM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35317, comment 4

    v3 v4  
    2222}}}
    2323
    24 I'd a bit more trickier when dealing with predicates for nested prefetches but it's still doable.
     24I'd be a bit more trickier when dealing with predicates for nested prefetches but it's still doable.
    2525
    2626Just 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.
Back to Top