1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00: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 Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
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 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 #30581 -- Added support for Meta.constraints validation. 2022-05-10 11:22:23 +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