summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.4.txt b/docs/releases/3.1.4.txt
index ca75d303b9..4d9e949791 100644
--- a/docs/releases/3.1.4.txt
+++ b/docs/releases/3.1.4.txt
@@ -21,3 +21,6 @@ Bugfixes
* Fixed a regression in Django 3.1 that caused a crash of auto-reloader for
certain invocations of ``runserver`` on Windows with Python 3.7 and below
(:ticket:`32202`).
+
+* Fixed a regression in Django 3.1 that caused the incorrect grouping by a
+ ``Q`` object annotation (:ticket:`32200`).