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
/
library.py
Age
Commit message (
Expand
)
Author
2022-05-25
Normalized imports of functools.wraps.
Aymeric Augustin
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-10
Simplified @stringfilter decorator and Library with unwrap().
Baptiste Mispelon
2021-08-19
Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...
Matt Westcott
2021-08-02
Fixed #32919 -- Optimized lexing & parsing of templates.
Keryn Knight
2020-01-02
Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...
Patrick Seebauer
2019-05-17
Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...
Batuhan Taşkaya
2017-05-11
Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.
Alexander Allakhverdiyev
2017-04-27
Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().
Alexander Allakhverdiyev
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #18651 -- Removed assignment_tag per deprecation timeline.
Tim Graham
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-06-29
Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.
Luke Plant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons