diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-26 09:31:40 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-26 09:32:14 +0100 |
| commit | 719a14badcd226732c9c1172f8183e5f42e54241 (patch) | |
| tree | d37037b202d382663d1fea68a57f2393dfbd8499 /docs | |
| parent | d43fbdf6f11d2a1592bc5c6d7c3fdbcd617e35f6 (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.6.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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`). |
