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
/
builtins.txt
Age
Commit message (
Expand
)
Author
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-02
Removed stray versionadded/changed annotations for 1.10.
Tim Graham
2017-06-03
Fixed #28190 -- Clarifed how include/extends treat template names.
Anupam
2017-04-11
Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.
Christoph Schindler
2017-03-27
Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.
Claude Paroz
2017-02-15
Made a sentence in default_if_none docs consistent with other template filters.
Joon Hwan 김준환
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
2016-09-08
Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...
Jon Dufresne
2016-09-01
Fixed #5908 -- Added {% resetcycle %} template tag.
Sergei Maertens
2016-08-26
Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.
Baptiste Mispelon
2016-08-26
Fixed incorrect variable name in {% regroup %} docs.
Baptiste Mispelon
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-05-10
Fixed #26580 -- Updated references to obsolete RFC 2822.
Vasiliy Faronov
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-05-07
Fixed #26402 -- Added relative path support in include/extends template tags.
Vitaly Bogomolov
2016-04-29
Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...
Alasdair Nicol
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-09
Fixed #26479 -- Added 'is not' operator to the if tag.
Alasdair Nicol
2016-04-09
Moved docs about chaining if tag comparison operators.
Alasdair Nicol
2016-02-27
Fixed #26275 -- Noted difference between o and Y date format chars.
inondle
2016-02-23
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Andrew Kuchev
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26118 -- Added 'is' operator to if template tag.
Preston Timmons
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-11
Added missing period to "etc.".
pp
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-09
Removed redundant highlight/code-block directives in docs/ref/templates/built...
Tim Graham
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-13
Tweaked example text in docs/ref/templates/builtins.txt.
Tom Christie
2015-10-21
Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.
Jacek Bzdak
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #23269 -- Removed the removetags template tag and related functions per ...
Tim Graham
2015-09-23
Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...
Tim Graham
2015-09-23
Refs #23261 -- Removed old style list syntax for unordered_list filter
Tim Graham
2015-09-23
Refs #24451 -- Removed comma-separated {% cycle %} syntax per deprecation tim...
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-09-23
Refs #22789 -- Removed contrib.webdesign per deprecation timeline.
Tim Graham
2015-09-21
Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...
Nick Johnson
2015-09-05
Removed some discussion of deprecated {% url %} behavior.
Tim Graham
2015-08-19
Refs #24451 -- Corrected Django version for {% cycle %} deprecation.
Tim Graham
2015-08-08
Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.
Tim Graham
2015-08-08
Corrected some inconsistent headings in docs/ref/templates/builtins.txt.
Tim Graham
2015-07-04
Fixed #25051 -- Clarified return type of {% now %} tag.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-22
Fixed #24839 -- Removed references to deprecated contrib.webdesign.
Tim Graham
2015-05-21
Fixed #24813 -- Documented {% include %} debug behavior variance
Andrei Kulakov
[next]