summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Collapse)Author
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
2019-03-21[2.2.x] Used monospace font in date template filter format character docs.Philipp Bosch
Helps distinguish between lowercase L and uppercase I. Backport of 0b8abd7cdf1a5bae96dd0640af10ad504f104d06 from master.
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three ↵Claude Paroz
dots. Thanks Sudhanshu Mishra for the initial patch and Tim Graham for the review.
2018-08-06Fixed typo in docs/ref/templates/api.txt.Josh Schneier
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-08-06Refs #29374 -- Moved misplaced line in date format docs tableClaude Paroz
2018-07-04Fixed typo in docs/ref/templates/builtins.txt.Stephen James
2018-07-03Doc'd that template variables & attributes may not start with an underscore.Greg Kaleka
2018-06-28Fixed links for i18n context processor docs.Tim Graham
2018-06-22Refs #17419 -- Removed IE8 support in json_script example.Tim Graham
2018-06-04Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-02-07Fixed #17419 -- Added json_tag template filter.Jonas Haag
2018-01-27Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-11Fixed #29002 -- Corrected cached template loader docs about when it's ↵Tim Graham
automatically enabled. Thanks oTree-org for the suggestion.
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-12-07Fixed #28891 -- Documented Origin's loader attribute.M Somerville
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Refs #27175 -- Removed exception silencing from the {% include %} template tag.Tim Graham
Per deprecation timeline.
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
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 ↵kapil garg
used in it.
2017-04-11Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.Christoph Schindler
The format changed in 22bfc451467ec6e13044a87a97cf00e9f8a845e4.
2017-03-31Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates ↵Carlton Gibson
engine if multiple are defined.
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
Per deprecation timeline.
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