summaryrefslogtreecommitdiff
path: root/tests/template_tests/utils.py
AgeCommit message (Collapse)Author
2015-02-24[1.8.x] Cleaned up template loader tests.Tim Graham
Backport of 1827aa902481cd80d2fb154e7b073f139936d5fc from master
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master
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
Since this package is going to hold both the implementation of the Django Template Language and the infrastructure for Multiple Template Engines, it should be untied from the DTL as much as possible within our backwards-compatibility policy. Only public APIs (i.e. APIs mentioned in the documentation) were left.
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons