Changes between Version 2 and Version 3 of Ticket #31581
- Timestamp:
- May 13, 2020, 7:59:51 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31581 – Description
v2 v3 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 2 3 This "bug" can be seen from 1.11-3.0. Haven t checked 3.13 This "bug" can be seen from 1.11-3.0. Haven't checked 3.1 because i cant find it in pip. 4 4 5 5 This is my mocked models of the issue: