summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.6.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.2.6.txt b/docs/releases/5.2.6.txt
index c5d79894ff..69646c8e10 100644
--- a/docs/releases/5.2.6.txt
+++ b/docs/releases/5.2.6.txt
@@ -10,4 +10,6 @@ Django 5.2.6 fixes a security issue with severity "high" and several bugs in
Bugfixes
========
-* ...
+* Fixed a bug where using ``QuerySet.values()`` or ``values_list()`` with a
+ ``ForeignObject`` composed of multiple fields returned incorrect results
+ instead of tuples of the referenced fields (:ticket:`36431`).