1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/aggregation
Simon Charette fb3f034f1c Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.
Subquery annotations can be omitted from the GROUP BY clause on aggregation
as long as they are not explicitly grouped against.

Thanks Jonny Fuller for the report.
2019-03-21 18:48:41 -04:00
..
__init__.py
models.py Refs #23919 -- Removed python_2_unicode_compatible decorator usage 2017-01-18 13:44:34 +01:00
test_filter_argument.py Fixed #30011 -- Fixed queries that reuse filtered aggregates. 2018-12-06 14:55:35 -05:00
tests.py Fixed #30158 -- Avoided unnecessary subquery group by on aggregation. 2019-03-21 18:48:41 -04:00