django1/django/core/checks
Mariusz Felisiak f71b0cf769
Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning.
Thanks Claude Paroz for the report.

Regression in 004b4620f6.
2022-10-03 10:52:21 +02:00
..
compatibility Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
security Refs #33526 -- Made CSRF_COOKIE_SECURE/SESSION_COOKIE_SECURE/SESSION_COOKIE_HTTPONLY don't pass on truthy values. 2022-02-21 07:54:47 +01:00
__init__.py Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2022-07-26 11:41:19 +02:00
async_checks.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
caches.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
database.py Refs #31055 -- Added --database option to the check management command. 2020-02-07 11:01:31 +01:00
files.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
messages.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
model_checks.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
registry.py Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2022-07-26 11:41:19 +02:00
templates.py Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning. 2022-10-03 10:52:21 +02:00
translation.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00