summaryrefslogtreecommitdiff
path: root/django/template/defaulttags.py
AgeCommit message (Expand)Author
2025-12-15Fixed #36783 -- Ensured proper handling of multi-value QueryDicts in querystr...Marc Gibbons
2025-09-03Fixed #36559 -- Respected verbatim and comment blocks in PartialTemplate.source.farhan
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2025-03-25Fixed #35529 -- Added support for positional arguments in querystring templat...Giannis Terzopoulos
2025-03-24Fixed #36268 -- Added leading `?` in every querystring template tag result.Natalia
2025-03-24Improved and reorganized querystring template tag docstring and ref docs.Natalia
2025-02-24Fixed #36186 -- Added forloop.length variable within a template for loop.Jonathan Ströbele
2025-02-13Fixed #36182 -- Returned "?" if all parameters are removed in querystring tem...Sarah Boyce
2024-07-15Refs #10941 -- Renamed query_string template tag to querystring.Sarah Boyce
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-11-24Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().Nick Pope
2023-10-26Fixed #10941 -- Added {% query_string %} template tag.Tom Carrick
2023-05-18Avoided parallel assignment in template classes.Adam Johnson
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.Markus Holtermann
2021-08-02Fixed #32919 -- Optimized lexing & parsing of templates.Keryn Knight
2021-03-02Refs #24121 -- Added __repr__() to URLNode.Rohith PR
2021-01-14Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...Mariusz Felisiak
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-05-11Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-05-03Used double quotation marks for csrf form element.CHI Cheng
2018-04-04Fixed #29288 -- Made {% widthratio %} assign to as var if an exception occurs.Jirka Vejrazka
2018-01-25Fixed #29060 -- Made {% firstof %} assign '' to the asvar if all inputs are f...Roger Gammans
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-12-07Fixed #28907 -- Removed unnecessary if statements.Tim Graham
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-11-11Removed unneeded iter() call in IfNode.nodelist.Sergey Fedoseev
2017-10-12Simplified IfNode.nodelistTim Graham
2017-10-12Removed unused ForNode.__iter__().Tim Graham
2017-10-05Refs #27546 -- Replaced hardcoded class name in ForNode.__repr__().Mads Jensen
2017-10-04Passed ignore_failures as a kwarg for readability in template tags.Tim Graham
2017-10-02Refs #23919 -- Removed unneeded float()/int() calls.Mariusz Felisiak
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-04-06Fixed #28001 -- Updated comment and tested context popping in ForNode.render().kapil garg
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2017-02-17Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.Anton Samarchyan