1
0
mirror of https://github.com/django/django.git synced 2025-02-10 09:25:49 +00:00
django/docs/releases/4.1.5.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
375 B
Plaintext
Raw Normal View History

2022-12-06 10:20:27 +01:00
==========================
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`).