django1/django/core/checks
Timothy McCurrach b1821fbad5 Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting. 2021-01-22 07:51:00 +01:00
..
compatibility Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting. 2017-01-17 20:52:05 -05:00
security Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting. 2021-01-14 17:50:04 +01:00
__init__.py Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting. 2021-01-22 07:51:00 +01:00
async_checks.py Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE environment variable. 2020-04-01 12:51:11 +02:00
caches.py Fixed #32180 -- Added system check for file system caches absolute location. 2020-11-11 11:04:52 +01:00
database.py Refs #31055 -- Added --database option to the check management command. 2020-02-07 11:01:31 +01:00
files.py Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting. 2021-01-22 07:51:00 +01:00
messages.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
model_checks.py Preferred usage of among/while to amongst/whilst. 2020-06-03 21:02:48 +02:00
registry.py Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting. 2021-01-22 07:51:00 +01:00
templates.py Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
translation.py Fixed #31141 -- Relaxed system check of translation settings for sublanguages. 2020-01-08 08:05:43 +01:00
urls.py Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00