summaryrefslogtreecommitdiff
path: root/docs/ref/templates
AgeCommit message (Collapse)Author
2023-10-25[5.0.x] Added missing pycon directives in various docs.Mariusz Felisiak
Backport of 718b32c6918037cfc746d7867333d79a3c887a8c from main
2023-10-04[5.0.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in ↵Natalia
django.utils.text.Truncator when truncating HTML text. Thanks Wenchao Li of Alibaba Group for the report.
2023-07-03Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding ↵Jon Ribbens
safe and unsafe usages.
2023-05-31Fixed #34600 -- Removed references to bleach in docs.Akash Kumar Sen
2023-05-26Refs #34574, Refs #34577 -- Mentioned escapeseq filter in escape/autoescape ↵Natalia
docs.
2023-05-26Fixed #34574 -- Noted unexpected outcomes in autoescape/escape docs.Natalia
2023-05-22Fixed #34577 -- Added escapeseq template filter.Arthur Moreira
2023-05-07Corrected code-block directive in docs/ref/templates/builtins.txt.Pan Dango
2023-05-04Corrected code-block directives in docs.Jannis Vajen
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2023-01-17Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2022-07-23Fixed #33864 -- Deprecated length_is template filter.Nick Pope
2022-07-22Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.Victor
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-04-19Fixed #33639 -- Enabled cached template loader in development.Carlton Gibson
2022-03-10Changed some words to use inline markup.David Smith
2022-03-09Changed "bolded" to "in bold" in docs.David Smith
2022-02-21Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.Andrey Otto
2022-02-01Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
Thanks Keryn Knight for the report. Co-authored-by: Adam Johnson <me@adamj.eu>
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-10Corrected signatures of some functions in docs.Mariusz Felisiak
2022-01-04Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort ↵Florian Apolloner
template filter. Thanks to Dennis Brinkrolf for the report. Co-authored-by: Adam Johnson <me@adamj.eu>
2021-11-22Fixed #33302 -- Made element_id optional argument for json_script template ↵Baptiste Mispelon
filter. Added versionchanged note in documentation
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-08Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ↵Mariusz Felisiak
USE_L10N.
2021-09-03Fixed #33067 -- Improved templatetag docs.Muhammad Hammad
2021-08-06Refs #32956 -- Corrected spelling of daylight saving time.David Smith
AP Stylebook: Saving not savings, no hyphen, and lowercase.
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-05-12Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.Nick Pope
2021-02-26Fixed #20423 -- Doc'd that DTL variable names may not be a number.tim-mccurrach
2021-02-11Documented an example custom context processor.Adam Johnson
2021-01-14Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per ↵Mariusz Felisiak
deprecation timeline.
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
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 ↵Nikita Sobolev
appropriate.
2020-10-13Fixed #20601 -- Allowed forcing format with thousand separators in ↵Jacob Walls
floatformat filter. Thanks Claude Paroz and Nick Pope for reviews.
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
The {% if %} tag provides all features of these tags. Since Django 1.2 (May 17, 2010), the docs have hinted that {% ifequal %} and {% ifnotequal %} will be deprecated in a future Django version. Time to make it official.
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
2020-04-23Updated template language philosophy in DTL docs.David Smith
2020-04-15Fixed typo in docs/ref/templates/builtins.txt.Mariusz Felisiak