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-04-01
[1.8.x] Fixed #23441, #24555 -- Improved the behavior of InclusionNode.
Tim Graham
2015-04-01
[1.8.x] Fixed #24538 -- Allowed self in Jinja context
Tim Heap
2015-03-19
[1.8.x] Fixed typo in escape_filter() docstring.
Jon Walsh
2015-03-09
[1.8.x] Fixed #24464 -- Made built-in HTML template filter functions escape t...
Erik Romijn
2015-02-20
[1.8.x] Removed a non-obvious side-effect of assigning Context.template.
Aymeric Augustin
2015-02-19
[1.8.x] Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-18
[1.8.x] Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.
Tim Graham
2015-02-17
[1.8.x] Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Py...
Tim Graham
2015-02-16
[1.8.x] Removed unnecessary __init__ definition from DebugLexer.
Preston Timmons
2015-02-15
[1.8.x] Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-14
[1.8.x] Fixed #24338 -- Accepted Template wrapper in {% extends %}.
Aymeric Augustin
2015-02-10
[1.8.x] Split DTL context creation into its own function.
Aymeric Augustin
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-08
[1.8.x] Simplified the lazy CSRF token implementation in csrf context processor.
Alex Gaynor
2015-02-06
[1.8.x] Fixed E265 comment style
Collin Anderson
2015-02-05
[1.8.x] Fixed #24265 -- Preserved template backend loading exceptions.
Aymeric Augustin
2015-02-05
[1.8.x] Fixed #24273 -- Allowed copying RequestContext more than once.
Aymeric Augustin
2015-02-03
[1.8.x] Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-17
[1.8.x] Fixed typo in 'Django Template Language'
David Robles
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
[next]