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
/
tests
/
template_tests
/
filter_tests
Age
Commit message (
Expand
)
Author
2026-04-22
Refs #10919 -- Refactored walk_items as module-level _walk_items and added tr...
Rodrigo Vieira
2025-11-21
Refs #36705 -- Added coverage for multiple types of enclosing punctuation in ...
Jacob Walls
2025-08-28
Fixed #35533 -- Prevented urlize creating broken links given a markdown link ...
SaJH
2025-07-28
Fixed #36519 -- Made center template filter consistent for even/odd padding.
mriduldhall
2025-07-28
Added test for various widths in tests/template_tests/filter_tests/test_cente...
mriduldhall
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-04-23
Fixed #36341 -- Preserved whitespaces in wordwrap template filter.
Matti Pohjanvirta
2025-03-19
Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and urlizet...
Ahmed Nassar
2025-03-06
Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template filter.
Sarah Boyce
2025-01-23
Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.
Mike Edmunds
2025-01-14
Fixed #35998 -- Added caching to django.utils.html.urlize().
Sarah Boyce
2024-09-03
Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizetrunc tem...
Sarah Boyce
2024-08-08
Fixed #35661 -- Fixed test_too_many_digits_to_rander() test crash on PyPy.
Mariusz Felisiak
2024-08-06
Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat.
Sarah Boyce
2024-07-25
Added dedicated test for invalid inputs in floatformat template filter tests.
nessita
2024-07-10
Improved test coverage of urlize.
Sarah Boyce
2024-04-24
Fixed #35395 -- slice filter crashes on an empty dict with Python 3.12.
Tim Richardson
2024-02-07
Fixed #30686 -- Used Python HTMLParser in utils.text.Truncator.
David Smith
2024-02-07
Refs #30686 -- Fixed text truncation for negative or zero lengths.
David Smith
2024-02-06
Refs #30686 -- Improved test coverage of Truncator.
David Smith
2023-09-18
Refs #33864 -- Removed length_is template filter per deprecation timeline.
Mariusz Felisiak
2023-08-22
Removed unnecessary trailing commas in tests.
konsti
2023-05-22
Fixed #34577 -- Added escapeseq template filter.
Arthur Moreira
2023-05-19
Fixed #34578 -- Made "join" template filter respect autoescape for joiner.
rajeeshp
2023-04-26
Fixed #34518 -- Fixed crash of random() template filter with an empty list.
David Sanders
2023-02-22
Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.
Panagiotis H.M. Issaris
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-19
Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero d...
David Wobrock
2023-01-04
Fixed #33879 -- Improved timesince handling of long intervals.
GianpaoloBranca
2022-10-24
Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat fil...
Vlastimil Zíma
2022-07-23
Fixed #33864 -- Deprecated length_is template filter.
Nick Pope
2022-05-31
Fixed #33748 -- Fixed date template filter crash with lazy format.
Claude Paroz
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
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-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-08
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...
Mariusz Felisiak
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2020-12-21
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-10-13
Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...
Jacob Walls
2019-10-31
Fixed #30761 -- Prevented floatformat filter from returning a negative zero.
Sky
2019-10-31
Added more tests for floatformat filter with negative values.
Sky
2019-08-01
Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...
Florian Apolloner
2019-06-11
Refs #27486 -- Added tests for filesizeformat filter.
Jon Dufresne
2019-06-10
Refs #27804 -- Used subTest() in filesizeformat tests and HumanizeTests.
Jon Dufresne
2019-05-03
Fixed #20122 -- Made pluralize template filter return '' on invalid input.
Tobias Kunze
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
[next]