summaryrefslogtreecommitdiff
path: root/django/core/checks/templates.py
AgeCommit message (Expand)Author
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2022-10-03Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak
2022-06-23Fixed #33800 -- Fixed system check for the same template tag module in instal...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-20Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-03-21Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.Vincenzo Pandolfo
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens