django/tests/invalid_models_tests
Henry Dang 7cddd8a02e Fixed #27358 -- Added a system check to prevent FileField's upload_to from starting with a slash.
Thanks Frank Bijlsma for the initial patch.
2016-11-29 16:12:24 -05:00
..
__init__.py Deprecated load_app(). 2013-12-22 11:39:17 +01:00
test_backend_specific.py Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
test_custom_fields.py Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
test_deprecated_fields.py Fixed #26154 -- Deprecated CommaSeparatedIntegerField 2016-02-10 17:57:43 -05:00
test_models.py Fixed #27295 -- Added a system check to prohibit model names that start or end with an underscore or contain double underscores. 2016-11-22 10:14:10 -05:00
test_ordinary_fields.py Fixed #27358 -- Added a system check to prevent FileField's upload_to from starting with a slash. 2016-11-29 16:12:24 -05:00
test_relative_fields.py Fixed #27295 -- Added a system check to prohibit model names that start or end with an underscore or contain double underscores. 2016-11-22 10:14:10 -05:00