1
0
mirror of https://github.com/django/django.git synced 2025-07-10 12:49:13 +00:00
django/docs/releases/4.1.5.txt
Mariusz Felisiak 7bcf84d363 [4.1.x] Added release date for 4.1.5.
Backport of 174d8157b5700f6451ac0bdc3eef7e73121bc4a4 from main
2023-01-02 08:11:41 +01:00

17 lines
429 B
Plaintext

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