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 10:04:56 +0100 |
| commit | 5a4d7285bd10bd40d9f7e574a7c421eb21094858 (patch) | |
| tree | 2ac7cade7304e783a4e0819a35427df30bd1c05c /docs/releases/3.0.2.txt | |
| parent | a0f34d8fef2942e17c40e7009b355b661d30e138 (diff) | |
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>
Diffstat (limited to 'docs/releases/3.0.2.txt')
| -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`). |
