index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
templates
/
builtins.txt
Age
Commit message (
Expand
)
Author
2026-03-02
[5.2.x] Refs #36944 -- Added missing versionchanged annotation for MAX_LENGTH...
Jacob Walls
2026-02-25
[5.2.x] Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit re...
Natalia
2025-02-24
[5.2.x] Added security guideline on reasonable size limitations when renderin...
Sarah Boyce
2025-02-13
[5.2.x] Fixed #36182 -- Returned "?" if all parameters are removed in queryst...
Sarah Boyce
2024-10-22
Added missing alt attribute to <img> tag in docs.
ssanger
2024-09-03
Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc tem...
Sarah Boyce
2024-07-23
Updated example links in urlize docs.
Matthew Somerville
2024-07-22
Refs #10941 -- Reorganized querystring template tag docs.
nessita
2024-07-15
Refs #10941 -- Renamed query_string template tag to querystring.
Sarah Boyce
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-03-10
Fixed #35280 -- Improved iriencode filter example in docs.
canhuynh1998
2024-01-20
Updated "Dive Into Python" links.
Emmanuel Katchy
2023-12-28
Corrected code-block directives in docs.
Mariusz Felisiak
2023-10-26
Fixed #10941 -- Added {% query_string %} template tag.
Tom Carrick
2023-10-04
Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncato...
Natalia
2023-09-18
Refs #33864 -- Removed length_is template filter per deprecation timeline.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-07-03
Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding safe...
Jon Ribbens
2023-05-31
Fixed #34600 -- Removed references to bleach in docs.
Akash Kumar Sen
2023-05-26
Refs #34574, Refs #34577 -- Mentioned escapeseq filter in escape/autoescape d...
Natalia
2023-05-26
Fixed #34574 -- Noted unexpected outcomes in autoescape/escape docs.
Natalia
2023-05-22
Fixed #34577 -- Added escapeseq template filter.
Arthur Moreira
2023-05-07
Corrected code-block directive in docs/ref/templates/builtins.txt.
Pan Dango
2023-05-04
Corrected code-block directives in docs.
Jannis Vajen
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2022-07-23
Fixed #33864 -- Deprecated length_is template filter.
Nick Pope
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-03-10
Changed some words to use inline markup.
David Smith
2022-02-21
Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.
Andrey Otto
2022-02-01
Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.
Markus Holtermann
2022-01-22
Stopped including type="text/css" attributes for CSS link tags.
Claude Paroz
2022-01-04
Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort te...
Florian Apolloner
2021-11-22
Fixed #33302 -- Made element_id optional argument for json_script template fi...
Baptiste Mispelon
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-08
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...
Mariusz Felisiak
2021-09-03
Fixed #33067 -- Improved templatetag docs.
Muhammad Hammad
2021-08-06
Refs #32956 -- Corrected spelling of daylight saving time.
David Smith
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-05-12
Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.
Nick Pope
2021-01-14
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...
Mariusz Felisiak
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-04
Fixed typo in docs/ref/templates/builtins.txt.
Roland Geider
2020-11-12
Fixed #32149 -- Added support for years < 1000 to DateFormat.y().
Sam
2020-11-02
Updated {% static %} tag examples in docs to use single quotes where appropri...
Nikita Sobolev
2020-10-13
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
[next]