1
0
mirror of https://github.com/django/django.git synced 2025-03-01 12:24:31 +00:00
django/docs/releases/4.1.6.txt
Mariusz Felisiak 719a14badc [4.2.x] Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint with ordered expressions.
Thanks Dan F for the report.

Bug in 667105877e6723c6985399803a364848891513cc.
Backport of 2b1242abb3989f5d74e787b09132d01bcbee5b55 from main
2023-01-26 09:32:14 +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`).