diff options
| author | Simon Charette <charette.s@gmail.com> | 2019-12-17 01:21:13 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-19 11:10:33 +0100 |
| commit | fd9050589f5f99d61bf1c68917a9157c1e8c3752 (patch) | |
| tree | 7fdbda3c79f6b16c395f3e77cb0708051eba2ded /docs | |
| parent | fb260ad777deeb61596a03a37f917d4b78ca73ae (diff) | |
[3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggregations.
Thanks Johannes Hoppe for the report.
Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of 5a4d7285bd10bd40d9f7e574a7c421eb21094858 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.0.2.txt b/docs/releases/3.0.2.txt index e99dbb1bae..53b066838a 100644 --- a/docs/releases/3.0.2.txt +++ b/docs/releases/3.0.2.txt @@ -9,4 +9,5 @@ Django 3.0.2 fixes several bugs in 3.0.1. Bugfixes ======== -* ... +* Fixed a regression in Django 3.0 that didn't include columns referenced by a + ``Subquery()`` in the ``GROUP BY`` clause (:ticket:`31094`). |
