diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-04 20:49:11 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-04 20:49:43 +0100 |
| commit | 4f81f6d2364f00262f4577fc1de4e0a6ff424e89 (patch) | |
| tree | ce57aad1838cd1dd2ada543b9d5b4a2ce55a5e5f /docs | |
| parent | 02cda09b13e677db01863fa0a7112dba631b9c5c (diff) | |
[3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
Thanks Sigurd Ljødal for the report.
Backport of 0f843fdd5b9b2f2307148465cd60f4e1b2befbb4 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.3.txt b/docs/releases/3.0.3.txt index ecc5ba9294..61ef456d93 100644 --- a/docs/releases/3.0.3.txt +++ b/docs/releases/3.0.3.txt @@ -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`). |
