django/tests/check_framework
Sanyam Khurana 5d25804eaf Fixed #20098 -- Added a check for model Meta.db_table collisions. 2018-12-24 10:40:11 -05:00
..
urls Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
__init__.py
models.py
test_caches.py
test_database.py
test_model_checks.py Fixed #20098 -- Added a check for model Meta.db_table collisions. 2018-12-24 10:40:11 -05:00
test_model_field_deprecation.py
test_multi_db.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
test_security.py
test_templates.py
test_translation.py Refs #29713 -- Improved error message from translation system check. 2018-09-06 13:49:25 +02:00
test_urls.py Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
tests.py