summaryrefslogtreecommitdiff
path: root/docs/releases/5.2.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.2.2.txt')
-rw-r--r--docs/releases/5.2.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.2.2.txt b/docs/releases/5.2.2.txt
index 22f3009c34..f6787bff08 100644
--- a/docs/releases/5.2.2.txt
+++ b/docs/releases/5.2.2.txt
@@ -15,3 +15,6 @@ Bugfixes
* Fixed a bug in Django 5.2 where subqueries using ``"pk"`` to reference models
with a ``CompositePrimaryKey`` failed to raise ``ValueError`` when too many
or too few columns were selected (:ticket:`36392`).
+
+* Fixed a regression in Django 5.2 that caused a crash when no arguments were
+ passed into ``QuerySet.union()`` (:ticket:`36388`).