diff options
| author | Christian Klus <christianklus@gmail.com> | 2020-10-27 13:13:10 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-29 11:33:52 +0100 |
| commit | b0a6798de59151163b94d1c0ccf0d010a3d46ac2 (patch) | |
| tree | 22b065c839f286b63cdcbadd8d1c15c20b0788b7 /docs | |
| parent | 72a17c919bf9071ca34b00cd72b0084e5c6da8f6 (diff) | |
[3.0.x] Fixed #32152 -- Fixed grouping by subquery aliases.
Regression in 42c08ee46539ef44f8658ebb1cbefb408e0d03fe.
Thanks Simon Charette for the review.
Backport of 4ac2d4fa42e1659f328c35b6b8d4761b3419c11a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.11.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/releases/3.0.11.txt b/docs/releases/3.0.11.txt index a5009feb51..1dcf37a517 100644 --- a/docs/releases/3.0.11.txt +++ b/docs/releases/3.0.11.txt @@ -4,4 +4,11 @@ Django 3.0.11 release notes *Expected November 2, 2020* -Django 3.0.11 adds compatibility with Python 3.9. +Django 3.0.11 fixes a regression in 3.0.7 and adds compatibility with Python +3.9. + +Bugfixes +======== + +* Fixed a regression in Django 3.0.7 that didn't use ``Subquery()`` aliases in + the ``GROUP BY`` clause (:ticket:`32152`). |
