mirror of
https://github.com/Hopiu/django.git
synced 2026-05-21 21:42:01 +00:00
Updated Bulgarian, Esperanto, Hungarian, Japanese, Macedonian, Persian, Portuguese (Brazil), Russian, Spanish, and Turkmen translations. Forwardport of 46b28bbe151282e9198b719d00f84b48c92606ba from stable/4.1.x.
16 lines
445 B
Text
16 lines
445 B
Text
==========================
|
|
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 for ``ArrayField`` that
|
|
caused a crash of model validation on
|
|
:attr:`Meta.constraints <django.db.models.Options.constraints>`
|
|
(:ticket:`34205`).
|