summaryrefslogtreecommitdiff
path: root/django/template/library.py
AgeCommit message (Expand)Author
2025-12-01[5.2.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...Jacob Walls
2024-11-19Fixed #35535 -- Added template tag decorator simple_block_tag().Jake Howard
2023-11-24Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().Nick Pope
2022-05-25Normalized imports of functools.wraps.Aymeric Augustin
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-10Simplified @stringfilter decorator and Library with unwrap().Baptiste Mispelon
2021-08-19Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...Matt Westcott
2021-08-02Fixed #32919 -- Optimized lexing & parsing of templates.Keryn Knight
2020-01-02Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...Patrick Seebauer
2019-05-17Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...Batuhan Taşkaya
2017-05-11Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.Alexander Allakhverdiyev
2017-04-27Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().Alexander Allakhverdiyev
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-17Refs #18651 -- Removed assignment_tag per deprecation timeline.Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-06-29Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.Luke Plant
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons