diff options
| author | James Gillard <jamesgillard@live.co.uk> | 2022-12-10 15:46:23 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-12-10 19:39:00 +0100 |
| commit | af3cfc863095e70f752c6b1875ed5c5dbaac2c4a (patch) | |
| tree | e7729c75470578ef90fe236c944811056b7c3c24 /docs | |
| parent | 3137174344775fa2358e39cd90e6137f292f8daa (diff) | |
[4.1.x] Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and __len lookup.
Regression in 88fc9e2826044110b7b22577a227f122fe9c1fb5 that began
manifesting in Django 4.1.
Backport of c5ed884eabf3b2b67581c55bf6c87e721f69157f from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.5.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/4.1.5.txt b/docs/releases/4.1.5.txt index 57d46f204b..40af9eecb1 100644 --- a/docs/releases/4.1.5.txt +++ b/docs/releases/4.1.5.txt @@ -9,4 +9,7 @@ Django 4.1.5 fixes several bugs in 4.1.4. Bugfixes ======== -* ... +* Fixed a long standing bug in the ``__len`` lookup for ``ArrayField`` that + caused a crash of model validation on + :attr:`Meta.constraints <django.db.models.Options.constraints>` + (:ticket:`34205`). |
