django1/django/core/checks
Nick Pope 570402ffd7 Refs -- Improved error message from translation system check. 2018-09-06 13:49:25 +02:00
..
compatibility Refs -- Removed obsolete system check for MIDDLEWARE_CLASSES setting. 2017-01-17 20:52:05 -05:00
security Refs -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES. 2017-01-17 20:52:04 -05:00
__init__.py Fixed -- Added check that LANGUAGE_CODE uses standard language id format. 2018-09-03 10:43:55 +02:00
caches.py Refs -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
database.py Refs -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
messages.py Refs -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
model_checks.py Refs -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05:00
registry.py Fixed -- Added check that LANGUAGE_CODE uses standard language id format. 2018-09-03 10:43:55 +02:00
templates.py Fixed -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
translation.py Refs -- Improved error message from translation system check. 2018-09-06 13:49:25 +02:00
urls.py Fixed -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00