Changes between Version 1 and Version 2 of Ticket #35434
- Timestamp:
- May 5, 2024, 6:45:38 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35434 – Description
v1 v2 33 33 One 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. 34 34 35 Unit test to reproduce the issue :35 Unit test to reproduce the issue and the suggested fix: 36 36 https://github.com/django/django/pull/18132