summaryrefslogtreecommitdiff
path: root/docs/ref/templates/builtins.txt
AgeCommit message (Expand)Author
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
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-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-03-10Changed some words to use inline markup.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
2022-01-22Stopped including type="text/css" attributes for CSS link tags.Claude Paroz
2022-01-04Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...Florian Apolloner
2021-11-22Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon
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
2021-09-03Fixed #33067 -- Improved templatetag docs.Muhammad Hammad
2021-08-06Refs #32956 -- Corrected spelling of daylight saving time.David Smith
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-01-14Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...Mariusz Felisiak
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 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