summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Collapse)Author
2017-03-27[1.11.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
Backport of 6585ebebaaa58aeef45210a3119dbaa322f8baca from master
2017-03-16[1.11.x] Removed self from method signatures in docs.Alasdair Nicol
Backport of 757aefc12b79bac1bab730ac465fbfd3f810b61d from master
2017-02-15[1.11.x] Made a sentence in default_if_none docs consistent with other ↵Joon Hwan 김준환
template filters. Backport of a7214f0e84913a27e0b73de89d4c827ef1c53b94 from master
2016-12-14Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham
Thanks Carl Meyer for review.
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} ↵Jon Dufresne
template tag. Thanks Tim Graham for the review.
2016-09-03Fixed #25788 -- Enabled the cached template loader if debug is False.Tim Graham
2016-09-01Fixed #5908 -- Added {% resetcycle %} template tag.Sergei Maertens
Thanks to Simon Litchfield for the report, Uninen for the initial patch, akaihola, jamesp, b.schube, and Florian Appoloner for subsequent patches, tests, and documentation.
2016-08-26Fixed #27126 -- Made {% regroup %} return a namedtuple to ease unpacking.Baptiste Mispelon
2016-08-26Fixed incorrect variable name in {% regroup %} docs.Baptiste Mispelon
2016-08-18Refs #25854 -- Completed a RequestContext docs example.Tim Graham
2016-07-30Removed unnecessary 'just' from docs/ref/templates/api.txt.Ana Balica
2016-06-14Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2016-05-10Fixed #26580 -- Updated references to obsolete RFC 2822.Vasiliy Faronov
Didn't rename django.utils.feedgenerator.rfc2822_date() as some external code may rely on it.
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07Fixed #26402 -- Added relative path support in include/extends template tags.Vitaly Bogomolov
2016-04-29Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ↵Alasdair Nicol
variables.
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-09Fixed #26479 -- Added 'is not' operator to the if tag.Alasdair Nicol
2016-04-09Moved docs about chaining if tag comparison operators.Alasdair Nicol
2016-04-09Fixed #26145 -- Made debug context processor return queries for all databases.Mounir Messelmeni
2016-02-27Fixed #26275 -- Noted difference between o and Y date format chars.inondle
2016-02-23Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev
Thanks Tim Graham for the review.
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26118 -- Added 'is' operator to if template tag.Preston Timmons
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-11Added missing period to "etc.".pp
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
Thanks to Tim Graham for the review.
2015-12-23Removed an extra header in docs/ref/templates/api.txt.Tim Graham
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵Johannes Hoppe
installed.
2015-12-09Removed redundant highlight/code-block directives in ↵Tim Graham
docs/ref/templates/builtins.txt.
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-13Tweaked example text in docs/ref/templates/builtins.txt.Tom Christie
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
Thanks Aymeric for the initial patch and Carl for review.
2015-10-23Fixed #25397 -- Documented class-based view context variable clash with ↵Jacek Bzdak
context processors.
2015-10-21Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.Jacek Bzdak
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Removed template.loader.BaseLoader per deprecation timeline.Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
Per deprecation timeline.
2015-09-23Refs #23269 -- Removed the removetags template tag and related functions per ↵Tim Graham
deprecation timeline.
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per ↵Tim Graham
deprecation timeline.
2015-09-23Refs #23261 -- Removed old style list syntax for unordered_list filterTim Graham
Per deprecation timeline.
2015-09-23Refs #24451 -- Removed comma-separated {% cycle %} syntax per deprecation ↵Tim Graham
timeline.
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-09-23Refs #22789 -- Removed contrib.webdesign per deprecation timeline.Tim Graham
2015-09-23Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.Tim Graham
2015-09-21Fixed #25373 -- Added warning logging for exceptions during {% include %} ↵Nick Johnson
tag rendering.
2015-09-05Removed some discussion of deprecated {% url %} behavior.Tim Graham