0
0
mirror of https://github.com/django/django.git synced 2024-11-25 07:59:34 +01:00
django/tests/validation
Simon Charette 0e49a8c3bd Refs #34701 -- Moved UniqueConstraint(nulls_distinct) validation tests.
The original tests required the creation of a model that is no longer necessary
and were exercising Model.full_clean(validate_constraints) which has nothing
to do with the nulls_distinct feature.
2024-07-17 12:52:17 +02:00
..
__init__.py
models.py Refs #34701 -- Moved UniqueConstraint(nulls_distinct) validation tests. 2024-07-17 12:52:17 +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
test_error_messages.py
test_picklable.py
test_unique.py
test_validators.py
tests.py