summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2018-01-27[2.0.x] Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.Tim Graham
2018-01-11[2.0.x] Fixed #29002 -- Corrected cached template loader docs about when it's...Tim Graham
2018-01-07[2.0.x] Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-07[2.0.x] Fixed #28891 -- Documented Origin's loader attribute.M Somerville
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-02Removed stray versionadded/changed annotations for 1.10.Tim Graham
2017-06-03Fixed #28190 -- Clarifed how include/extends treat template names.Anupam
2017-06-02Fixed #26028 -- Added overriding templates howto.Philip James
2017-05-25Fixed #28239 -- Removed docs for a removed arg of template.Context.Tim Graham
2017-04-26Fixed #27730 -- Doc'd that template vars created outside a block can't be use...kapil garg
2017-04-11Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.Christoph Schindler
2017-03-31Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...Carlton Gibson
2017-03-27Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-02-15Made a sentence in default_if_none docs consistent with other template filters.Joon Hwan 김준환
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed settings.TEMPLATES upgrade guide.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
2017-01-17Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.Tim Graham
2017-01-17Refs #15053 -- Removed support for non-recursive template loading.Tim Graham
2016-12-14Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
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
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
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
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
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
2015-12-23Removed an extra header in docs/ref/templates/api.txt.Tim Graham