diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-26 09:31:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 09:31:40 +0100 |
| commit | 2b1242abb3989f5d74e787b09132d01bcbee5b55 (patch) | |
| tree | dcef5dace32b0e4946dbfe1dbc18cf027a2d1122 /docs | |
| parent | 882f99031e6e447384bfe22044cc980567d2f40d (diff) | |
Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint with ordered expressions.
Thanks Dan F for the report.
Bug in 667105877e6723c6985399803a364848891513cc.
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`). |
