summaryrefslogtreecommitdiff
path: root/django/template/library.py
AgeCommit message (Expand)Author
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