summaryrefslogtreecommitdiff
path: root/django/template/backends
AgeCommit message (Expand)Author
2015-04-01[1.8.x] Fixed #24538 -- Allowed self in Jinja contextTim Heap
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-10[1.8.x] Split DTL context creation into its own function.Aymeric Augustin
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Rewrapped TemplateSyntaxError in Jinja2 backend.Aymeric Augustin
2015-01-06Made context take priority over context processors.Aymeric Augustin
2014-12-28Supported multiple template engines in get_template and select_template.Aymeric Augustin
2014-12-28Added Django template backend.Aymeric Augustin
2014-12-28Added jinja2 template backend.Aymeric Augustin
2014-12-28Added dummy template backend.Aymeric Augustin
2014-12-28Imported BaseEngine from the DEP.Aymeric Augustin