diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-09 06:08:48 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-09 06:09:56 +0200 |
| commit | 6b0193146d3818d17d231b8e3d9fb38f06f55757 (patch) | |
| tree | 659251cfb2ae8a2a2b9333cb6d6a1e7d86247213 /docs | |
| parent | 8ea203d112db8d98e1fcd184f6690c4f52f4d4df (diff) | |
[4.1.x] Fixed #33902 -- Fixed Meta.constraints validation crash with F() expressions.
Thanks Adam ZahradnĂk for the report.
Bug in 667105877e6723c6985399803a364848891513cc.
Backport of 63884829acd207404f2a5c3cc1d6b4cd0a822b70 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 2e61e3877d..dbac1ff926 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -29,3 +29,6 @@ Bugfixes * Fixed a regression in Django 4.1 that caused a migration crash on SQLite 3.35.5+ when removing an indexed field (:ticket:`33899`). + +* Fixed a bug in Django 4.1 that caused a crash of model validation on + ``UniqueConstraint()`` with field names in ``expressions`` (:ticket:`33902`). |
