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
/
tests
/
template_tests
/
templatetags
Age
Commit message (
Expand
)
Author
2025-12-05
Fixed #36728 -- Validated template tag arguments at definition time.
Jake Howard
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-11-19
Fixed #35535 -- Added template tag decorator simple_block_tag().
Jake Howard
2023-10-02
Fixed #34883 -- Allowed template tags to set extra data on templates.
Carlton Gibson
2023-07-12
Refs #30116 -- Simplified tests related with dictionary order.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-19
Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise Te...
Matt Westcott
2021-06-11
Fixed #32824 -- Improved performance of NodeList.render().
Keryn Knight
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-01-02
Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag()...
Patrick Seebauer
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-05-25
Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...
Ryan Rubin
2017-05-11
Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.
Alexander Allakhverdiyev
2017-04-03
Fixed #27974 -- Kept resolved templates constant during one rendering cycle.
kapil garg
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
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-12-20
Fixed #27584 -- Fixed display of render time template errors.
Preston Timmons
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-29
Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.
Luke Plant
2015-05-21
Fixed #17085, #24783 -- Refactored template library registration.
Preston Timmons
2015-04-20
Updated template tests to create their own engine.
Preston Timmons
2015-04-01
Fixed #23441, #24555 -- Improved the behavior of InclusionNode.
Preston Timmons
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #18651 -- Enabled optional assignments for simple_tag().
Preston Timmons
2015-01-09
Fixed #24094 -- Enabled template tests to run individually.
Preston Timmons
2014-02-22
Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...
Baptiste Mispelon
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner