summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.5.txt
blob: 3f2610ea94e4b9dcc5f8378831a48dd011a3db15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==========================
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`).