Changes between Initial Version and Version 1 of Ticket #30842, comment 6
- Timestamp:
- Oct 14, 2019, 6:46:29 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30842, comment 6
initial v1 9 9 > I wonder if performing some form of local memoization per related manager class to call `manager._apply_rel_filters` only once manager type and using queryset cloning could speed up things a bit here. Happy to give it a broad try if that can get you started Alex. 10 10 11 If you think this is a more promising approach, please do. 11 If you think this is a more promising approach, please do. I haven't found a good looking way to do it.