Changes between Version 1 and Version 2 of Ticket #35434


Ignore:
Timestamp:
May 5, 2024, 6:45:38 AM (5 months ago)
Author:
Selcuk Ayguney
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35434 – Description

    v1 v2  
    3333One may argue that the use of {{{prefetch_related_objects}}} is redundant in this case. However, it is useful in async code where deferred lookups are not automatic.
    3434
    35 Unit test to reproduce the issue:
     35Unit test to reproduce the issue and the suggested fix:
    3636https://github.com/django/django/pull/18132
Back to Top