Changes between Initial Version and Version 1 of Ticket #35317, comment 7
- Timestamp:
- Mar 21, 2024, 6:07:33 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35317, comment 7
initial v1 1 1 I did a second PR https://github.com/django/django/pull/18003 adding a post_prefetch_callback argument to Prefetch. 2 (Note that the PR has a failed test on Jenkins for TimeOutNotRaised 3 and I don't see any link with my code. 4 "Normal tests" are fine.) 2 5 Here is a redacted production code example that I could develop with the corresponding patch in my package django-monkey-patches. 3 6 I doubt you can find an efficient way and requiring around the same amount of code