summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2026-03-30[5.2.x] Applied Black's 2026 stable style.Mariusz Felisiak
2026-02-10[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...93578237
2025-12-01[5.2.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...Jacob Walls
2025-03-01[5.2.x] Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-13[5.2.x] Fixed #36182 -- Returned "?" if all parameters are removed in queryst...Sarah Boyce
2024-12-06Fixed #35493 -- Allowed template self-inclusion with relative paths.Gabriel Nick Pivovarov
2024-11-28Fixed #35897 -- Removed unnecessary escaping in template's get_exception_info().Klaas van Schelven
2024-11-19Fixed #35535 -- Added template tag decorator simple_block_tag().Jake Howard
2024-11-18Refs #35844 -- Fixed copying BaseContext and its subclasses on Python 3.14+.Mariusz Felisiak
2024-10-10Fixed #35789 -- Improved the error message raised when the tag must be first ...ekinertac
2024-09-17Fixed #35735 -- Enabled template access to methods and properties of classes ...Fabian Braun
2024-08-06Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat.Sarah Boyce
2024-07-22Applied optimizations to template.utils.get_app_template_dirs().sobolevn
2024-07-15Refs #10941 -- Renamed query_string template tag to querystring.Sarah Boyce
2024-06-13Fixed #35417 -- Updated BaseContext.new() with values to create a context tha...George Y. Kussumoto
2024-04-24Fixed #35395 -- slice filter crashes on an empty dict with Python 3.12.Tim Richardson
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-03-10Fixed #35286 -- Updated broken link in django/template/smartif.py docstring.umair mehmood
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-10-02Fixed #34883 -- Allowed template tags to set extra data on templates.Carlton Gibson
2023-09-29Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to Templat...Dan Jacob
2023-09-18Refs #33864 -- Removed length_is template filter per deprecation timeline.Mariusz Felisiak
2023-08-09Fixed #34692 -- Made autoreloader reset cached template loader for default re...priyank.panchal
2023-08-02Removed unneeded escapes in regexes.Mariusz Felisiak
2023-05-22Fixed #34577 -- Added escapeseq template filter.Arthur Moreira
2023-05-19Fixed #34578 -- Made "join" template filter respect autoescape for joiner.rajeeshp
2023-05-18Avoided parallel assignment in template classes.Adam Johnson
2023-04-26Fixed #34518 -- Fixed crash of random() template filter with an empty list.David Sanders
2023-04-12Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subc...Mariusz Felisiak
2023-03-29Fixed #34427 -- Improved error message when context processor does not return...David Sanders
2023-02-22Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris
2023-02-08Refs #7430 -- Removed broken Template.__iter__().Anders Hovmöller
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-19Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero d...David Wobrock
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-06Fixed #34220 -- Moved csrf_input_lazy, csrf_token_lazy imports to the toplevel.rajdesai24
2022-10-24Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat fil...Vlastimil Zíma
2022-07-23Fixed #33864 -- Deprecated length_is template filter.Nick Pope
2022-06-20Fixed #32969 -- Fixed pickling HttpResponse and subclasses.Anv3sh
2022-05-25Normalized imports of functools.wraps.Aymeric Augustin
2022-05-20Fixed #33653 -- Fixed template crash when calling methods for built-in types ...cheng
2022-04-19Fixed #33639 -- Enabled cached template loader in development.Carlton Gibson
2022-04-11Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...Manel Clos
2022-02-16Removed unused Node.__iter__().Keryn Knight
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-03Fixed #33473 -- Fixed detecting changes by autoreloader in .py files inside t...Hrushikesh Vaidya
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak