1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
django/docs/releases/4.1.5.txt
James Gillard c5ed884eab Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and __len lookup.
Regression in 88fc9e2826044110b7b22577a227f122fe9c1fb5 that began
manifesting in Django 4.1.
2022-12-10 17:46:13 +01:00

16 lines
375 B
Plaintext

==========================
Django 4.1.5 release notes
==========================
*Expected January 2, 2023*
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`).