diff options
| author | David Sanders <shang.xiao.sanders@gmail.com> | 2022-08-09 16:16:23 +1000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-09 20:13:21 +0200 |
| commit | e0ae1363ec2aa71945be26f869cafd4181ccbc95 (patch) | |
| tree | e76e177099dec1742c46ed4451b75a24b0d3a6ba /docs | |
| parent | e0ac72fe80a806421dcbbbac22e483b27d2ede7b (diff) | |
Fixed #33905 -- Fixed CheckConstraint() validation on range fields.
Bug in 667105877e6723c6985399803a364848891513cc.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
