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
Age
Commit message (
Expand
)
Author
2025-04-23
Fixed #36341 -- Preserved whitespaces in wordwrap template filter.
Matti Pohjanvirta
2025-04-17
Fixed #28050 -- Added template name to TemplateSyntaxError.
farhan
2025-03-25
Fixed #35529 -- Added support for positional arguments in querystring templat...
Giannis Terzopoulos
2025-03-24
Fixed #36271 -- Raised TemplateSyntaxError when using a relative template pat...
YogyaChugh
2025-03-24
Fixed #36268 -- Added leading `?` in every querystring template tag result.
Natalia
2025-03-24
Ensured consistency in naming in template_tests/syntax_tests/test_querystring...
Natalia
2025-03-19
Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and urlizet...
Ahmed Nassar
2025-03-11
Fixed #35816 -- Handled parsing of scientific notation in DTL. (#19213)
haileyajohnson
2025-03-06
Fixed CVE-2025-26699 -- Mitigated potential DoS in wordwrap template filter.
Sarah Boyce
2025-02-24
Fixed #36186 -- Added forloop.length variable within a template for loop.
Jonathan Ströbele
2025-02-13
Fixed #36182 -- Returned "?" if all parameters are removed in querystring tem...
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-12-06
Fixed #35493 -- Allowed template self-inclusion with relative paths.
Gabriel Nick Pivovarov
2024-11-29
Refs #10941 -- Added tests in querystring template tag.
Natalia
2024-11-29
Refs #10941 -- Added helper and refactored tests for querystring template tag.
Natalia
2024-11-28
Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().
Klaas van Schelven
2024-11-19
Fixed #35535 -- Added template tag decorator simple_block_tag().
Jake Howard
2024-11-18
Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.
Mariusz Felisiak
2024-10-10
Fixed #35789 -- Improved the error message raised when the tag must be first ...
ekinertac
2024-09-17
Fixed #35735 -- Enabled template access to methods and properties of classes ...
Fabian Braun
2024-09-16
Improved TokenType.COMMENT test by using correct block syntax in template tests.
Lily Foote
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-16
Refs #10941 -- Renamed test file test_query_string.py to test_querystring.py.
nessita
2024-07-15
Refs #10941 -- Renamed query_string template tag to querystring.
Sarah Boyce
2024-07-10
Improved test coverage of urlize.
Sarah Boyce
2024-06-13
Fixed #35417 -- Updated BaseContext.new() with values to create a context tha...
George Y. Kussumoto
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
2024-01-29
Refs #35141 -- Corrected value of CACHE_MIDDLEWARE_SECONDS in CacheMiddleware...
Alexander Lazarević
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-10-26
Fixed #10941 -- Added {% query_string %} template tag.
Tom Carrick
2023-10-02
Fixed #34883 -- Allowed template tags to set extra data on templates.
Carlton Gibson
2023-09-29
Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.
Mariusz Felisiak
2023-09-29
Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to Templat...
Dan Jacob
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-08-09
Fixed #34692 -- Made autoreloader reset cached template loader for default re...
priyank.panchal
2023-07-12
Refs #30116 -- Simplified tests related with dictionary order.
Mariusz Felisiak
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-03-29
Fixed #34427 -- Improved error message when context processor does not return...
David Sanders
2023-03-20
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
[next]