django1/django/core/checks
Ramin Farajpour Cami 967be82443 Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
..
compatibility Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are set. 2016-05-17 07:24:45 -04:00
security Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05: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 Fixed #27262 -- Moved URL checks to resolver and pattern classes. 2016-10-05 15:34:26 -04:00
utils.py Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00