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
/
django
/
template
/
defaulttags.py
Age
Commit message (
Expand
)
Author
2025-12-15
Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystr...
Marc Gibbons
2025-09-03
Fixed #36559 -- Respected verbatim and comment blocks in PartialTemplate.source.
farhan
2025-08-14
Fixed #36410 -- Added support for Template Partials to the Django Template La...
farhan
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-03-25
Fixed #35529 -- Added support for positional arguments in querystring templat...
Giannis Terzopoulos
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-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-07-15
Refs #10941 -- Renamed query_string template tag to querystring.
Sarah Boyce
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-05-18
Avoided parallel assignment in template classes.
Adam Johnson
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
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-02-01
Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.
Markus Holtermann
2021-08-02
Fixed #32919 -- Optimized lexing & parsing of templates.
Keryn Knight
2021-03-02
Refs #24121 -- Added __repr__() to URLNode.
Rohith PR
2021-01-14
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-05-11
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
Jon Dufresne
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-05-03
Used double quotation marks for csrf form element.
CHI Cheng
2018-04-04
Fixed #29288 -- Made {% widthratio %} assign to as var if an exception occurs.
Jirka Vejrazka
2018-01-25
Fixed #29060 -- Made {% firstof %} assign '' to the asvar if all inputs are f...
Roger Gammans
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-07
Fixed #28907 -- Removed unnecessary if statements.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-11
Removed unneeded iter() call in IfNode.nodelist.
Sergey Fedoseev
2017-10-12
Simplified IfNode.nodelist
Tim Graham
2017-10-12
Removed unused ForNode.__iter__().
Tim Graham
2017-10-05
Refs #27546 -- Replaced hardcoded class name in ForNode.__repr__().
Mads Jensen
2017-10-04
Passed ignore_failures as a kwarg for readability in template tags.
Tim Graham
2017-10-02
Refs #23919 -- Removed unneeded float()/int() calls.
Mariusz Felisiak
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-04-06
Fixed #28001 -- Updated comment and tested context popping in ForNode.render().
kapil garg
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-17
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
Anton Samarchyan
[next]