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 09:56:09 +0100 |
| commit | 4ac2d4fa42e1659f328c35b6b8d4761b3419c11a (patch) | |
| tree | 3c063ae382ae6c77a3e2064ccfa97f62fbd35583 /docs/releases/3.1.3.txt | |
| parent | 9ca22c7733efeeb140b75585c6387ef2cb861d19 (diff) | |
Fixed #32152 -- Fixed grouping by subquery aliases.
Regression in 42c08ee46539ef44f8658ebb1cbefb408e0d03fe.
Thanks Simon Charette for the review.
Diffstat (limited to 'docs/releases/3.1.3.txt')
| -rw-r--r-- | docs/releases/3.1.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt index ce6cf962c7..6e13da1e78 100644 --- a/docs/releases/3.1.3.txt +++ b/docs/releases/3.1.3.txt @@ -57,3 +57,6 @@ Bugfixes * Fixed a regression in Django 3.1 that caused incorrect textarea layout on medium-sized screens in the admin change form view with the sidebar open (:ticket:`32127`). + +* Fixed a regression in Django 3.0.7 that didn't use ``Subquery()`` aliases in + the ``GROUP BY`` clause (:ticket:`32152`). |
