django1/django/core/checks
Adam Chainz 19e20a2a3f Fixed crash comparing CheckMessage objects to non-CheckMessage objects. 2016-08-16 17:17:34 -04:00
..
compatibility Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are set. 2016-05-17 07:24:45 -04:00
security Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD. 2016-08-10 20:31:01 -04:00
__init__.py Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are set. 2016-05-17 07:24:45 -04: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 crash comparing CheckMessage objects to non-CheckMessage objects. 2016-08-16 17:17:34 -04:00
model_checks.py Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation() 2016-05-19 21:33:36 -04: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
utils.py Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00