mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Fixed #33905 -- Fixed CheckConstraint() validation on range fields.
Bug in667105877e. Backport ofe0ae1363ecfrom main
This commit is contained in:
committed by
Mariusz Felisiak
parent
6b0193146d
commit
e215948f0d
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user