From 2b1242abb3989f5d74e787b09132d01bcbee5b55 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 26 Jan 2023 09:31:40 +0100 Subject: Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint with ordered expressions. Thanks Dan F for the report. Bug in 667105877e6723c6985399803a364848891513cc. --- docs/releases/4.1.6.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/4.1.6.txt b/docs/releases/4.1.6.txt index a581572a9a..e97c25aea0 100644 --- a/docs/releases/4.1.6.txt +++ b/docs/releases/4.1.6.txt @@ -10,4 +10,5 @@ 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`). -- cgit v1.3