django/tests/validation
David Sanders 509763c799 Fixed #35638 -- Updated validate_constraints to consider db_default. 2024-08-05 17:33:12 +02:00
..
__init__.py
models.py Fixed #35638 -- Updated validate_constraints to consider db_default. 2024-08-05 17:33:12 +02:00
test_constraints.py Refs #34701 -- Moved UniqueConstraint(nulls_distinct) validation tests. 2024-07-17 12:52:17 +02:00
test_custom_messages.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_error_messages.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_picklable.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_unique.py Fixed #35638 -- Updated validate_constraints to consider db_default. 2024-08-05 17:33:12 +02:00
test_validators.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Fixed #35569 -- Improved wording of invalid ForeignKey error message. 2024-07-04 11:35:03 +02:00