django1/django/core/checks
Tim Graham 04ee4059d7 Refs #24022 -- Removed the ssi tag per deprecation timeline. 2015-09-23 19:31:09 -04:00
..
compatibility Refs #24022 -- Removed the ssi tag per deprecation timeline. 2015-09-23 19:31:09 -04:00
security Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS. 2015-07-15 09:18:58 -04:00
__init__.py Fixed #23813 -- Added checks for common URL pattern errors 2015-09-21 23:46:21 +10:00
caches.py Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check. 2015-09-18 07:44:39 -04:00
messages.py Fixed #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
model_checks.py Fixed #23615 -- Validate that a Model instance's "check" attribute is a method. 2014-10-16 23:49:21 +07:00
registry.py Fixed #23813 -- Added checks for common URL pattern errors 2015-09-21 23:46:21 +10:00
templates.py Fixed #24922 -- Added system check for templates setting 2015-06-06 19:40:26 -04:00
urls.py Refs #23813 -- Moved URLconfs into module and tidied docstrings. 2015-09-21 20:10:33 -04:00