1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint with ordered expressions.

Thanks Dan F for the report.

Bug in 667105877e.
This commit is contained in:
Mariusz Felisiak
2023-01-26 09:31:40 +01:00
committed by GitHub
parent 882f99031e
commit 2b1242abb3
3 changed files with 32 additions and 6 deletions

View File

@@ -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`).