summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.1.2.txt')
-rw-r--r--docs/releases/4.1.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.2.txt b/docs/releases/4.1.2.txt
index 96c2fefcdc..546ab7a635 100644
--- a/docs/releases/4.1.2.txt
+++ b/docs/releases/4.1.2.txt
@@ -15,3 +15,6 @@ Bugfixes
* Fixed a regression in Django 4.1 that caused aggregation over a queryset that
contained an ``Exists`` annotation to crash due to too many selected columns
(:ticket:`33992`).
+
+* Fixed a bug in Django 4.1 that caused an incorrect validation of
+ ``CheckConstraint`` on ``NULL`` values (:ticket:`33996`).