django/docs/releases/4.1.6.txt

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

15 lines
348 B
Plaintext
Raw Normal View History

2023-01-02 07:50:33 +00:00
==========================
Django 4.1.6 release notes
==========================
*February 1, 2023*
2023-01-02 07:50:33 +00:00
Django 4.1.6 fixes a security issue with severity "moderate" and several bugs
in 4.1.5.
2023-01-02 07:50:33 +00:00
Bugfixes
========
* Fixed a bug in Django 4.1 that caused a crash of model validation on
``UniqueConstraint`` with ordered expressions (:ticket:`34291`).