summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt
index e8361e7370..2a7dda13ab 100644
--- a/docs/releases/3.2.1.txt
+++ b/docs/releases/3.2.1.txt
@@ -14,3 +14,8 @@ Bugfixes
* Fixed a bug in Django 3.2 where subclasses of ``BigAutoField`` and
``SmallAutoField`` were not allowed for the :setting:`DEFAULT_AUTO_FIELD`
setting (:ticket:`32620`).
+
+* Fixed a regression in Django 3.2 that caused a crash of
+ ``QuerySet.values()/values_list()`` after ``QuerySet.union()``,
+ ``intersection()``, and ``difference()`` when it was ordered by an
+ unannotated field (:ticket:`32627`).