django1/django/core/checks
Claude Paroz 3204bc8e5e Replaced a 'raw' six import 2016-05-04 20:59:52 +02:00
..
compatibility Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00
security Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS. 2015-07-15 09:18:58 -04:00
__init__.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
caches.py Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check. 2015-09-18 07:44:39 -04:00
database.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
messages.py Fixed #25500 -- Added --fail-level option to check command. 2015-10-05 17:11:40 -04:00
model_checks.py Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
registry.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
templates.py Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string. 2016-03-21 13:01:38 -04:00
urls.py Replaced a 'raw' six import 2016-05-04 20:59:52 +02:00