summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.2.5.txt')
-rw-r--r--docs/releases/4.2.5.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/4.2.5.txt b/docs/releases/4.2.5.txt
index a4e2471158..23ba728da5 100644
--- a/docs/releases/4.2.5.txt
+++ b/docs/releases/4.2.5.txt
@@ -9,4 +9,6 @@ Django 4.2.5 fixes several bugs in 4.2.4.
Bugfixes
========
-* ...
+* Fixed a regression in Django 4.2 that caused an incorrect validation of
+ ``CheckConstraints`` on ``__isnull`` lookups against ``JSONField``
+ (:ticket:`34754`).