2022-12-06 09:20:27 +00:00
|
|
|
==========================
|
|
|
|
Django 4.1.5 release notes
|
|
|
|
==========================
|
|
|
|
|
2023-01-02 07:10:59 +00:00
|
|
|
*January 2, 2023*
|
2022-12-06 09:20:27 +00:00
|
|
|
|
2023-01-02 07:10:59 +00:00
|
|
|
Django 4.1.5 fixes a bug in 4.1.4. Also, the latest string translations from
|
|
|
|
Transifex are incorporated.
|
2022-12-06 09:20:27 +00:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-12-10 15:46:23 +00:00
|
|
|
* 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`).
|