Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated TEMPLATE_* settings per deprecation ti...Tim Graham2015-09-241-20/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24685 -- Fixed check for template name unicity.Aymeric Augustin2015-05-031-1/+3
* Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecod...Tim Graham2015-02-171-7/+3
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed #24265 -- Preserved template backend loading except...Aymeric Augustin2015-02-051-0/+4
* Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin2014-12-281-8/+6
* Looked up the default template engine in the list of all ...Aymeric Augustin2014-12-281-6/+8
* Added initial support for loading template engines.Aymeric Augustin2014-12-281-0/+98
* Refactored listing template subdirectories in apps.Aymeric Augustin2014-11-161-0/+29