This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
constraints
History
Mariusz Felisiak
2fd755b361
Fixed
#34319
-- Fixed Model.validate_constraints() crash on ValidationError with no code.
...
Thanks Mateusz Kurowski for the report. Regression in 667105877e6723c6985399803a364848891513cc.
2023-02-08 16:38:55 +01:00
..
__init__.py
Fixed
#11964
-- Added support for database check constraints.
2018-07-10 15:32:33 -04:00
models.py
Fixed
#30581
-- Added support for Meta.constraints validation.
2022-05-10 11:22:23 +02:00
tests.py
Fixed
#34319
-- Fixed Model.validate_constraints() crash on ValidationError with no code.
2023-02-08 16:38:55 +01:00