Changes between Initial Version and Version 2 of Ticket #31581
- Timestamp:
- May 13, 2020, 7:57:47 AM (4 years ago)
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 1 1 I 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 3 This "bug" can be seen from 1.11-3.0. Havent checked 3.1 2 4 3 5 This is my mocked models of the issue: