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
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
2023-04-21
Added meaningful titles to ..admonition:: directives.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2021-11-04
Corrected multiply defined labels in docs.
Mariusz Felisiak
2020-04-30
Fixed #25712 -- Reorganized templates docs.
David Smith
2020-04-07
Fixed highlightlang deprecation warning on Sphinx 1.8+.
Mariusz Felisiak
2020-02-19
Fixed typos in docs and a test comment.
Yoo In Keun
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-02-11
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
[next]