summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_templates.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak2022-10-031-10/+10
* Fixed #33800 -- Fixed system check for the same template tag module in instal...Mariusz Felisiak2022-06-231-0/+13
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-61/+98
* Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne2021-10-201-2/+85
* Normalized check framework test pattern.Adam Johnson2020-03-211-18/+11
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.Vincenzo Pandolfo2016-03-211-2/+57
* Fixed tests from refs #24922 when run in reverse.Tim Graham2015-06-081-2/+4
* Fixed #24922 -- Added system check for templates settingSergei Maertens2015-06-061-0/+39