mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
Bug in667105877e. Thanks James Beith for the report. Backport ofe14d08cd89from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
148d60de74
commit
be5e3b46f7
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user