summaryrefslogtreecommitdiff
path: root/tests/template_tests/utils.py
AgeCommit message (Expand)Author
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-02-24Cleaned up template loader tests.Preston Timmons
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-11Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.Ola Sitarska
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons