summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Expand)Author
2023-10-04[3.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....Natalia
2022-06-27[3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-02-01[3.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2022-01-04[3.2.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in dic...Florian Apolloner
2021-05-17[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and u...Nick Pope
2021-02-26[3.2.x] Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach
2021-02-11[3.2.x] Documented an example custom context processor.Adam Johnson
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-08-05Fixed #29336 -- Doc'd circular template inheritanceDavid Smith
2020-06-24Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
2020-06-01Fixed typo in docs/ref/templates/language.txt.Chris May
2020-05-11Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-04-23Updated template language philosophy in DTL docs.David Smith
2020-04-15Fixed typo in docs/ref/templates/builtins.txt.Mariusz Felisiak
2020-04-07Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
2020-02-18Fixed #20995 -- Added support for iterables of template names to {% include %...Keshav Kumar
2020-01-29Refs #25778 -- Updated some links to HTTPS and new locations.Mariusz Felisiak
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-11-07Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne
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-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2019-03-28Used extlinks for Django's source code.Tim Graham
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-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
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