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-03-19
Fixed typo in escape_filter() docstring.
Jon Walsh
2015-03-16
Fixed #24493 -- Added BaseContext.setdefault()
Preston Timmons
2015-03-13
Fed tuples to startswith when appropriate
Claude Paroz
2015-03-09
Fixed #24464 -- Made built-in HTML template filter functions escape their inp...
Erik Romijn
2015-03-07
Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.
Tim Graham
2015-03-03
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-03-02
Used dict comprehension in URLNode
Corey Farwell
2015-03-02
Fixed #24409 -- Combined the app_directories and filesystem loader implementa...
Preston Timmons
2015-02-20
Removed a non-obvious side-effect of assigning Context.template.
Aymeric Augustin
2015-02-19
Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-18
Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.
Tim Graham
2015-02-17
Refs #24324 -- Fixed get_app_template_dirs() UnicodeDecodeError on Python 2.
Tim Graham
2015-02-16
Removed unnecessary __init__ definition from DebugLexer.
Preston Timmons
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-14
Fixed #24338 -- Accepted Template wrapper in {% extends %}.
Aymeric Augustin
2015-02-10
Split DTL context creation into its own function.
Aymeric Augustin
2015-02-08
Simplified the lazy CSRF token implementation in csrf context processor.
Alex Gaynor
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Fixed #24265 -- Preserved template backend loading exceptions.
Aymeric Augustin
2015-02-05
Fixed #24273 -- Allowed copying RequestContext more than once.
Aymeric Augustin
2015-02-04
Fixed #24235 -- Removed is_usable attribute from template loaders.
Preston Timmons
2015-02-03
Fixed #18651 -- Enabled optional assignments for simple_tag().
Preston Timmons
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-17
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
[prev]
[next]