diff options
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`). |
