0
0
mirror of https://github.com/django/django.git synced 2024-11-25 07:59:34 +01:00
django/tests/validation
Hannes Ljungberg 1eaf38fa87 Fixed #33335 -- Made model validation ignore functional unique constraints.
Regression in 3aa545281e.

Thanks Hervé Le Roy for the report.
2021-12-06 07:59:11 +01:00
..
__init__.py
models.py Fixed #33335 -- Made model validation ignore functional unique constraints. 2021-12-06 07:59:11 +01:00
test_custom_messages.py
test_error_messages.py
test_picklable.py
test_unique.py Fixed #33335 -- Made model validation ignore functional unique constraints. 2021-12-06 07:59:11 +01:00
test_validators.py
tests.py