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
/
ref
/
templates
/
language.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-07-22
Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.
Victor
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-03-09
Changed "bolded" to "in bold" in docs.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-02-26
Fixed #20423 -- Doc'd that DTL variable names may not be a number.
tim-mccurrach
2020-08-05
Fixed #29336 -- Doc'd circular template inheritance
David Smith
2020-06-01
Fixed typo in docs/ref/templates/language.txt.
Chris May
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-23
Updated template language philosophy in DTL docs.
David Smith
2020-04-07
Fixed highlightlang deprecation warning on Sphinx 1.8+.
Mariusz Felisiak
2020-01-29
Refs #25778 -- Updated some links to HTTPS and new locations.
Mariusz Felisiak
2019-12-18
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
Mike Hansen
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-07-03
Doc'd that template variables & attributes may not start with an underscore.
Greg Kaleka
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-04-26
Fixed #27730 -- Doc'd that template vars created outside a block can't be use...
kapil garg
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-01-11
Added missing period to "etc.".
pp
2015-10-21
Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.
Jacek Bzdak
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
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