From e0ae1363ec2aa71945be26f869cafd4181ccbc95 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 9 Aug 2022 16:16:23 +1000 Subject: Fixed #33905 -- Fixed CheckConstraint() validation on range fields. Bug in 667105877e6723c6985399803a364848891513cc. --- docs/releases/4.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index dbac1ff926..55c0b7ed08 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -32,3 +32,6 @@ Bugfixes * Fixed a bug in Django 4.1 that caused a crash of model validation on ``UniqueConstraint()`` with field names in ``expressions`` (:ticket:`33902`). + +* Fixed a bug in Django 4.1 that caused an incorrect validation of + ``CheckConstraint()`` with range fields on PostgreSQL (:ticket:`33905`). -- cgit v1.3