index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
Age
Commit message (
Expand
)
Author
2026-02-24
[6.0.x] Applied Black's 2026 stable style.
Mariusz Felisiak
2026-02-10
[6.0.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...
93578237
2025-12-15
[6.0.x] Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in ...
Marc Gibbons
2025-12-01
[6.0.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...
Jacob Walls
2025-09-12
Refs #35667 -- Cached Django file prefixes for warnings.
Adam Johnson
2025-09-04
Refs #36559, #35667 -- Used skip_file_prefixes in PartialTemplate.source warn...
farhan
2025-09-03
Fixed #36559 -- Respected verbatim and comment blocks in PartialTemplate.source.
farhan
2025-09-03
Refs #36559 -- Ran template partial source tests in debug mode only.
farhan
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
2025-07-28
Fixed #36519 -- Made center template filter consistent for even/odd padding.
mriduldhall
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-27
Fixed #15727 -- Added Content Security Policy (CSP) support.
Rob Hudson
2025-06-18
Fixed #36465, Refs #35816 -- Disallowed '+' and '-' characters in template va...
haileyajohnson
2025-04-17
Fixed #28050 -- Added template name to TemplateSyntaxError.
farhan
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
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
Improved and reorganized querystring template tag docstring and ref docs.
Natalia
2025-03-11
Fixed #35816 -- Handled parsing of scientific notation in DTL. (#19213)
haileyajohnson
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
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
2024-12-06
Fixed #35493 -- Allowed template self-inclusion with relative paths.
Gabriel Nick Pivovarov
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-08-06
Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat.
Sarah Boyce
2024-07-22
Applied optimizations to template.utils.get_app_template_dirs().
sobolevn
2024-07-15
Refs #10941 -- Renamed query_string template tag to querystring.
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-03-27
Fixed #35233 -- Moved template engine system checks to backend methods.
Giannis Terzopoulos
2024-03-10
Fixed #35286 -- Updated broken link in django/template/smartif.py docstring.
umair mehmood
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-11-24
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
Nick Pope
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
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-09
Fixed #34692 -- Made autoreloader reset cached template loader for default re...
priyank.panchal
2023-08-02
Removed unneeded escapes in regexes.
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-05-18
Avoided parallel assignment in template classes.
Adam Johnson
2023-04-26
Fixed #34518 -- Fixed crash of random() template filter with an empty list.
David Sanders
[next]