summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.1.3.txt')
-rw-r--r--docs/releases/3.1.3.txt3
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`).