summaryrefslogtreecommitdiff
path: root/django/template/utils.py
AgeCommit message (Expand)Author
2015-02-17[1.8.x] Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Py...Tim Graham
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-05[1.8.x] Fixed #24265 -- Preserved template backend loading exceptions.Aymeric Augustin
2014-12-28Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin
2014-12-28Looked up the default template engine in the list of all engines.Aymeric Augustin
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-11-16Refactored listing template subdirectories in apps.Aymeric Augustin