index
:
django.git
fix-31295
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
2016-02-23
[1.8.x] Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-19
[1.8.x] Corrected stacklevel in Engine deprecation warnings.
Chris Lamb
2015-10-25
[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-08-13
[1.8.x] Removed unreachable code
Andriy Sokolovskiy
2015-06-27
[1.8.x] Fixed #25031 -- Fixed a regression in the unordered_list template fil...
Noam
2015-06-23
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
Tim Graham
2015-05-27
Fixed #24847 -- Prevented items set on a RequestContext from being lost.
Paweł Marczewski
2015-05-27
[1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token implementatio...
Tim Graham
2015-05-04
[1.8.x] Fixed #24685 -- Fixed check for template name unicity.
Aymeric Augustin
2015-04-03
[1.8.x] Updated docstring for firstof tag to reflect new auto-escaping behavior.
Preston Timmons
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
[next]