summaryrefslogtreecommitdiff
path: root/docs/releases/5.2.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.2.5.txt')
-rw-r--r--docs/releases/5.2.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.2.5.txt b/docs/releases/5.2.5.txt
index a72a3fe078..7708563857 100644
--- a/docs/releases/5.2.5.txt
+++ b/docs/releases/5.2.5.txt
@@ -12,3 +12,6 @@ Bugfixes
* Fixed a regression in Django 5.2.1 that prevented the usage of ``UNNEST``
PostgreSQL strategy of ``QuerySet.bulk_create()`` with foreign keys
(:ticket:`36502`).
+
+* Fixed a crash in Django 5.2 when filtering against a composite primary key
+ using a tuple containing expressions (:ticket:`36522`).