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