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
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