1
0
mirror of https://github.com/django/django.git synced 2024-12-27 03:25:58 +00:00
django/tests/constraints
Mariusz Felisiak 836ae73a89 [4.2.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError with no code.
Thanks Mateusz Kurowski for the report.

Regression in 667105877e.
Backport of 2fd755b361 from main
2023-02-08 16:39:53 +01:00
..
__init__.py
models.py Fixed #30581 -- Added support for Meta.constraints validation. 2022-05-10 11:22:23 +02:00
tests.py [4.2.x] Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError with no code. 2023-02-08 16:39:53 +01:00