mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
Regression in fb3f034f1c
.
Thanks Sigurd Ljødal for the report.
This commit is contained in:
parent
495d7a1ddf
commit
0f843fdd5b
3 changed files with 21 additions and 1 deletions
|
@ -12,3 +12,7 @@ Bugfixes
|
|||
* Fixed a regression in Django 3.0 that caused a crash when subtracting
|
||||
``DateField``, ``DateTimeField``, or ``TimeField`` from a ``Subquery()``
|
||||
annotation (:ticket:`31133`).
|
||||
|
||||
* Fixed a regression in Django 3.0 where ``QuerySet.values()`` and
|
||||
``values_list()`` crashed if a queryset contained an aggregation and
|
||||
``Exists()`` annotation (:ticket:`31136`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue