Changes between Initial Version and Version 2 of Ticket #31581


Ignore:
Timestamp:
May 13, 2020, 7:57:47 AM (4 years ago)
Author:
Javier Buzzi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31581

    • Property Summary Queryset bug when using Q()?Queryset bug when using Q()? -- doubles up the counts by doing an extra join
  • Ticket #31581 – Description

    initial v2  
    11I ran this on all the "recent" versions of python and i see the issue on all of them. At this point, im not 100% sure if it is a problem or not, i ran across this trying to show some counts in the Admin that had some search_fields that traversed the model backwards and forwards in order to match the thing properly.
     2
     3This "bug" can be seen from 1.11-3.0. Havent checked 3.1
    24
    35This is my mocked models of the issue:
Back to Top