summaryrefslogtreecommitdiff
path: root/django/template/backends
AgeCommit message (Expand)Author
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-06-28Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag
2016-03-16Fixed #26306 -- Fixed memory leak in cached template loader.Alex Hill
2016-01-05Replaced dict.setdefault() usage to avoid unnecessary object instantiations.Benjamin Bach
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
2015-09-23Removed support for passing a context to a generic Template.render().Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-06Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons
2015-04-01Fixed #24538 -- Allowed self in Jinja contextTim Heap
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-10Split DTL context creation into its own function.Aymeric Augustin
2015-02-06Sorted 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