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
/
engine.py
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-07
Exposed Engine in the django.template namespace.
Aymeric Augustin
2015-01-06
Added comments to remove Engine.render_to_string in Django 2.0.
Aymeric Augustin
2014-12-28
Raised an error when allowed_include_roots is a string.
Aymeric Augustin
2014-12-28
Supported multiple template engines in render_to_string.
Aymeric Augustin
2014-12-28
Removed extraneous arguments in Engine.from_string.
Aymeric Augustin
2014-12-28
Looked up the default template engine in the list of all engines.
Aymeric Augustin
2014-12-28
Passed a reference to the current engine when instantiating Template.
Aymeric Augustin
2014-12-28
Renamed get_template_from_string to from_string.
Aymeric Augustin
2014-12-28
Simplified handling of a default value.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_DEBUG in Engine.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.
Aymeric Augustin
2014-11-23
Moved make_origin into the Engine class.
Aymeric Augustin
2014-11-23
Move compile_string into the Engine class.
Aymeric Augustin
2014-11-23
Removed dependency of template loaders on Django settings.
Aymeric Augustin
2014-11-23
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-23
Removed unused API get_template_loaders.
Aymeric Augustin
2014-11-23
Introduced a template engine class.
Aymeric Augustin