summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_templates.py
AgeCommit message (Expand)Author
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
2020-03-21Normalized check framework test pattern.Adam Johnson
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-03-21Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.Vincenzo Pandolfo
2015-06-08Fixed tests from refs #24922 when run in reverse.Tim Graham
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens