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
Age
Commit message (
Expand
)
Author
2015-01-12
Accounted for multiple template engines in template responses.
Aymeric Augustin
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2015-01-12
Rewrapped TemplateSyntaxError in Jinja2 backend.
Aymeric Augustin
2015-01-11
Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.
Ola Sitarska
2015-01-07
Added a request argument to render_to_string.
Aymeric Augustin
2015-01-07
Exposed Engine in the django.template namespace.
Aymeric Augustin
2015-01-06
Made context take priority over context processors.
Aymeric Augustin
2015-01-06
Added comments to remove Engine.render_to_string in Django 2.0.
Aymeric Augustin
2015-01-05
Fixed #24022 -- Deprecated the ssi tag.
Preston Timmons
2014-12-28
Explained the structure of django.template.
Aymeric Augustin
2014-12-28
Raised a warning when using the legacy TEMPLATE_* settings.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
2014-12-28
Raised an error when allowed_include_roots is a string.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-12-28
Preserved context class in inclusion_tag.
Aymeric Augustin
2014-12-28
Simplified implementation of django.shortcuts.render(_to_response).
Aymeric Augustin
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-28
Added a comment about the last use of Engine.get_default().
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
Removed private API get_template_from_string.
Aymeric Augustin
2014-12-28
Removed private API find_template.
Aymeric Augustin
2014-12-28
Supported multiple template engines in get_template and select_template.
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
Removed some uses of global APIs from django.template.loader.
Aymeric Augustin
2014-12-28
Added Django template backend.
Aymeric Augustin
2014-12-28
Added jinja2 template backend.
Aymeric Augustin
2014-12-28
Added dummy template backend.
Aymeric Augustin
2014-12-28
Added initial support for loading template engines.
Aymeric Augustin
2014-12-28
Imported BaseEngine from the DEP.
Aymeric Augustin
2014-12-28
Cleaned up the django.template namespace.
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-12-27
Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-11-25
Fixed #23914 -- Improved {% now %} to allow storing its result in the context.
Baptiste Mispelon
2014-11-23
Encapsulated TEMPLATE_DEBUG in Engine.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_STRING_IF_INVALID in Engine.
Aymeric Augustin
2014-11-23
Encapsulated TEMPLATE_CONTEXT_PROCESSORS in Engine.
Aymeric Augustin
2014-11-23
Encapsulated ALLOWED_INCLUDE_ROOTS 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
Added to each Context a reference to the Engine.
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
2014-11-23
Deprecated dirs argument to override TEMPLATE_DIRS.
Aymeric Augustin
[next]