summaryrefslogtreecommitdiff
path: root/tests/template_tests/other_templates
AgeCommit message (Collapse)Author
2015-02-24Cleaned up template loader tests.Preston Timmons
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override ↵Berker Peksag
TEMPLATE_DIRS. * django.template.loader.get_template() * django.template.loader.select_template() * django.shortcuts.render() * django.shortcuts.render_to_response() Thanks amcnabb for the suggestion.