Django 4.1.5 release notes¶
Expected January 2, 2023
Django 4.1.5 fixes several bugs in 4.1.4. Also, the latest string translations from Transifex are incorporated.
Bugfixes¶
- Fixed a long standing bug in the
__len
lookup forArrayField
that caused a crash of model validation onMeta.constraints
(#34205).