mirror of
https://github.com/Hopiu/django.git
synced 2026-05-22 14:02:02 +00:00
15 lines
375 B
Text
15 lines
375 B
Text
==========================
|
|
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`).
|