Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/template_tests/other_templates/test_dirs.html
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #4278 -- Added a dirs parameter to a few functions ↵Berker Peksag2013-09-181-0/+1
to override 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.