Changes between Initial Version and Version 1 of Ticket #35434
- Timestamp:
- May 5, 2024, 4:51:37 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35434 – Description
initial v1 32 32 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 35 Unit test to reproduce the issue: 36 https://github.com/django/django/pull/18132