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
/
docs
/
topics
/
templates.txt
Age
Commit message (
Expand
)
Author
2019-02-11
[2.2.x] Fixed indentation in docs/topics/templates.txt.
Jonatan Alexis Anauati
2018-10-18
Updated Jinja2 static tag example to use django.templatetags.
Andy Chosak
2018-10-15
Fixed #29817 -- Deprecated settings.FILE_CHARSET.
Jon Dufresne
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-03-06
Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.
Tim Graham
2017-01-27
Fixed #27678 -- Warned that the template system isn't safe against untrusted ...
andrewnester
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-10-04
Documented render_to_string()'s `using` parameter.
Corey Farwell
2016-06-28
Fixed #24694 -- Added support for context_processors to Jinja2 backend.
Berker Peksag
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-03-31
Fixed #26410 -- Added a docs example for loader.render_to_string().
Tim Graham
2016-03-25
Fixed #26408 -- Updated link to DEP 182.
Aymeric Augustin
2016-03-14
Fixed #25804 -- Documented additions to Jinja2 context.
Moritz Sichert
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-11-12
Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
Aaron Elliot Ross
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Removed dictionary and context_instance parameters for render functions.
Tim Graham
2015-09-23
Removed dirs parameter in template engine methods and related funtions.
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-04-16
Fixed #24646 -- Fixed jinja2 example on Python 2.
Tim Graham
2015-03-30
Documented jinja2 install requirement.
Tim Graham
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-15
Documented how to set up the Jinja2 environment.
Aymeric Augustin
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-10
Wrote main documentation for templates.
Aymeric Augustin
2015-01-10
Moved doc on the DTL's syntax to the ref/ section.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_STRING_IF_INVALID.
Aymeric Augustin
2014-10-30
Fixed #23735 -- Clarified that admindocs must be enabled to view template tag...
Tim Graham
2014-10-30
Fixed #23734 -- Replaced striptags in template filter overview since it has s...
Tim Graham
2014-09-29
Fixed #17638 -- Added crosslinks between topic and reference guides.
Duane Hilton
2014-09-21
Fixed #23527 -- Removed Cheetah references in docs
Ola Sitarska
2014-09-21
Fixed #23529 -- Replaced comments tag library with humanize in docs
Ola Sitarska
2014-09-20
Small fixes in templates topic guide.
Aymeric Augustin
2014-08-18
Fixed some doc errors that caused syntax highlighting to fail.
Tim Graham
2014-07-29
Fixed #23114 -- Clarified documentation of template lookups.
Baptiste Mispelon
2014-01-16
Fixed #21747 -- Added {% elif %} to template topics guide.
Tim Graham
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-11-24
Fixed some unnescesarily gendered language in the docs
Alex Gaynor
2013-07-29
Misc doc cleanups.
minusf
2013-01-29
Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...
Ramiro Morales
[next]