mirror of
https://github.com/django/django.git
synced 2025-11-22 12:14:45 +00:00
Clearing the SELECT clause in Query.has_results was orphaning GROUP BY
references to it.
Thanks Thierry Bastian for the report and Baptiste Mispelon for the
bisect.
Regression in
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_filter_argument.py | ||
| tests.py | ||