1
0
mirror of https://github.com/django/django.git synced 2025-03-11 01:42:35 +00:00
django/docs/releases/4.1.6.txt
Mariusz Felisiak 2b1242abb3
Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint with ordered expressions.
Thanks Dan F for the report.

Bug in 667105877e6723c6985399803a364848891513cc.
2023-01-26 09:31:40 +01:00

15 lines
348 B
Plaintext

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