summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.5.txt b/docs/releases/5.2.5.txt
index 7708563857..bdb78d0c63 100644
--- a/docs/releases/5.2.5.txt
+++ b/docs/releases/5.2.5.txt
@@ -15,3 +15,7 @@ Bugfixes
* Fixed a crash in Django 5.2 when filtering against a composite primary key
using a tuple containing expressions (:ticket:`36522`).
+
+* Fixed a crash in Django 5.2 when validating a model that uses
+ ``GeneratedField`` or constraints composed of ``Q`` and ``Case`` lookups
+ (:ticket:`36518`).