Changes between Initial Version and Version 1 of Ticket #33973, comment 1


Ignore:
Timestamp:
Sep 1, 2022, 11:10:25 AM (2 years ago)
Author:
Marc Parizeau

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33973, comment 1

    initial v1  
    7676}}}
    7777
    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.
     78So 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.
    7979
    80 Hope this info can help a gourou isolate the problem source (SQL is out of my league).
     80Hope this info can help a gourou isolate the problem source (SQL optimization is out of my league).
Back to Top