django/tests/annotations
Paweł Marczewski 2aa2b9f291 [1.8.x] Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()
QuerySet.exists() incorrectly handled query.group_by = True
case (grouping by all select fields), causing GROUP BY
expressions to be wiped along with select fields.

Backport of 801a84ae32 from master
2015-05-25 20:47:28 -04:00
..
fixtures Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
__init__.py Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
models.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:41:12 +11:00
tests.py [1.8.x] Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count() 2015-05-25 20:47:28 -04:00