Changes between Initial Version and Version 1 of Ticket #31150
- Timestamp:
- Jan 9, 2020, 5:46:49 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31150 – Description
initial v1 1 1 Sadly there is more regression in Django 3.0.2 even after #31094. 2 2 3 Background: It's the same query as #31094. I tried upgrading to Django 3.0.2 and now I get duplicate results. Even tho they query should be distinct. 3 Background: It's the same query as #31094. I tried upgrading to Django 3.0.2 and now I get duplicate results. Even tho they query should be distinct. Where on 2.2 the queryset yields 490 results, it's 519 on 3.0. 4 4 5 5 A quick diff on the queries still reveals a different grouped by section: