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