index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
backends
/
django.py
Age
Commit message (
Expand
)
Author
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-03-16
Fixed #26306 -- Fixed memory leak in cached template loader.
Alex Hill
2015-11-12
Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
Aaron Elliot Ross
2015-09-23
Removed support for passing a context to a generic Template.render().
Tim Graham
2015-09-23
Removed dirs parameter in template engine methods and related funtions.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-10
Split DTL context creation into its own function.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-06
Made context take priority over context processors.
Aymeric Augustin
2014-12-28
Supported multiple template engines in get_template and select_template.
Aymeric Augustin
2014-12-28
Added Django template backend.
Aymeric Augustin