1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00
django/tests/aggregation
Mariusz Felisiak 6b178a3e93
Fixed #31217 -- Made QuerySet.values()/values_list() group by not selected annotations with aggregations used in order_by().
Regression in 59b4e99dd0.

Thanks Jon Dufresne for the report and Simon Charette for the review.
2020-02-03 07:48:11 +01:00
..
__init__.py
models.py
test_filter_argument.py Fixed #30542 -- Fixed crash of numerical aggregations with filter. 2019-06-05 08:06:26 +02:00
tests.py Fixed #31217 -- Made QuerySet.values()/values_list() group by not selected annotations with aggregations used in order_by(). 2020-02-03 07:48:11 +01:00