Changes between Initial Version and Version 1 of Ticket #33973, comment 1
- Timestamp:
- Sep 1, 2022, 11:10:25 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33973, comment 1
initial v1 76 76 }}} 77 77 78 So it appears that the strategies of the two Django versions are indeed not the same. And it also appears that the regression stems from the implementation of `exclude(threadentry__user=user)` clause.78 So it appears that the strategies of the two Django versions are indeed not the same. And it also appears that the regression stems from the implementation of the `exclude(threadentry__user=user)` clause. 79 79 80 Hope this info can help a gourou isolate the problem source (SQL is out of my league).80 Hope this info can help a gourou isolate the problem source (SQL optimization is out of my league).