django1/django/core/checks
Mariusz Felisiak 083bfca6b6
Fixed #33800 -- Fixed system check for the same template tag module in installed apps and template tag libraries.
Thanks Claude Paroz for the report.

Regression in 004b4620f6.
2022-06-23 20:22:59 +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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01: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 #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
templates.py Fixed #33800 -- Fixed system check for the same template tag module in installed apps and template tag libraries. 2022-06-23 20:22:59 +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