diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-02-08 16:38:55 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-02-08 16:39:53 +0100 |
| commit | 836ae73a8962876a3beb98bc711fa397d700c82f (patch) | |
| tree | 43b2832783a9fb1b03bc2cd120a1c6fb1b123c28 /docs | |
| parent | 1f193f7f56d0f83c188dca8b03266fbaa339d0f5 (diff) | |
[4.2.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError with no code.
Thanks Mateusz Kurowski for the report.
Regression in 667105877e6723c6985399803a364848891513cc.
Backport of 2fd755b361d3da2cd0440fc9839feb2bb69b027b from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.7.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.7.txt b/docs/releases/4.1.7.txt index 0a21d39bbd..e74d43c0e5 100644 --- a/docs/releases/4.1.7.txt +++ b/docs/releases/4.1.7.txt @@ -12,4 +12,5 @@ in 4.1.6. Bugfixes ======== -* ... +* Fixed a bug in Django 4.1 that caused a crash of model validation on + ``ValidationError`` with no ``code`` (:ticket:`34319`). |
