summaryrefslogtreecommitdiff
path: root/docs/ref/templates/builtins.txt
AgeCommit message (Expand)Author
2021-01-04Fixed typo in docs/ref/templates/builtins.txt.Roland Geider
2020-11-12Fixed #32149 -- Added support for years < 1000 to DateFormat.y().Sam
2020-11-02Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev
2020-10-13Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls
2020-06-24Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
2020-05-11Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne
2020-04-15Fixed typo in docs/ref/templates/builtins.txt.Mariusz Felisiak
2020-02-18Fixed #20995 -- Added support for iterables of template names to {% include %...Keshav Kumar
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-12-04Fixed #31024 -- Clarified {% firstof %} tag's handling of arguments.Uttam Kini
2019-12-02Fixed #31006 -- Doc'd backslash escaping in date/time template filters.Ryan Cheley
2019-11-27Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-18Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-10-31Fixed #30761 -- Prevented floatformat filter from returning a negative zero.Sky
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-07-01Fixed #30589 -- Clarified that urlize should be applied only to email address...aitoehigie
2019-05-03Refs #20122 -- Corrected documentation of pluralize template filter.Tobias Kunze
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-03-21Used monospace font in date template filter format character docs.Philipp Bosch
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
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-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-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
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
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-04-11Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.Christoph Schindler
2017-03-27Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-02-15Made a sentence in default_if_none docs consistent with other template filters.Joon Hwan 김준환
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
2016-09-08Fixed #27175 -- Deprecated silencing exceptions from the {% include %} templa...Jon Dufresne
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-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