summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_engine.py
AgeCommit message (Expand)Author
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-04-22Fixed #15053 -- Enabled recursive template loading.Preston Timmons
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-02-24Cleaned up template loader tests.Preston Timmons