mirror of
https://github.com/django/django.git
synced 2024-12-28 20:16:19 +00:00
2aa2b9f291
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
|
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
models.py | ||
tests.py |