django/tests/invalid_models_tests
Michael Scott ec9ed07488 Fixed #27188 -- Allowed using unique=True with FileField.
Thanks Tim Graham for the initial patch.
2016-10-28 20:11:03 -04:00
..
__init__.py
test_backend_specific.py
test_custom_fields.py
test_deprecated_fields.py
test_models.py Fixed #27204 -- Made clashing m2m intermediary table checks ignore unmanaged models. 2016-09-09 19:18:37 -04:00
test_ordinary_fields.py Fixed #27188 -- Allowed using unique=True with FileField. 2016-10-28 20:11:03 -04:00
test_relative_fields.py