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
/
docs
/
howto
/
custom-template-tags.txt
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-04-15
Replaced '' with * for consistent emphasis styling in docs/howto/custom-templ...
Natalia
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2024-11-19
Fixed #35535 -- Added template tag decorator simple_block_tag().
Jake Howard
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2021-10-14
Used :source: role in docs/howto/custom-template-tags.txt.
Mariusz Felisiak
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2020-01-17
Fixed #31171 -- Fixed wording in auto-escaping section of custom template tag...
Takayuki Hirayama
2019-11-19
Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Hasan Ramezani
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-05-22
Fixed datetime string format examples in docs/howto/custom-template-tags.txt.
Alex Gaynor
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2017-03-01
Fixed typo in docs/howto/custom-template-tags.txt.
albertoconnor
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-17
Refs #18651 -- Removed assignment_tag per deprecation timeline.
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-03
Fixed #25851 -- Removed links to deprecated assignment tag docs.
Alasdair Nicol
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-22
Fixed #25447 -- Emphasized the need to restart dev server when adding templat...
Henry Jordan
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-03-13
Added link to section in docs/howto/custom-template-tags.txt.
Ian Lee
2015-03-13
Fixed typo in docs/howto/custom-template-tags.txt.
Ian Lee
2015-03-09
Fixed #24464 -- Made built-in HTML template filter functions escape their inp...
Erik Romijn
2015-03-09
Fixed typo in docs/howto/custom-template-tags.txt
Tim Graham
2015-02-23
Broke long lines in code examples.
Ian Lee
2015-02-19
Set context.template instead of context.engine while rendering.
Aymeric Augustin
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-03
Fixed #18651 -- Enabled optional assignments for simple_tag().
Preston Timmons
2015-01-10
Updated custom template tags how-to.
Aymeric Augustin
2015-01-10
Wrote main documentation for templates.
Aymeric Augustin
2014-11-17
Fixed #20435 -- Reordered the custom template tags docs.
Daniel Roseman
2014-08-19
Removed unnecessary code-block directives.
areski
2014-04-09
Fixed #22412 -- More nuanced advice re template filters and exceptions.
Carl Meyer
2014-01-22
Always use parentheses when documenting a method with no arguments.
Baptiste Mispelon
2014-01-02
Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when reusing...
Tim Graham
2013-10-14
Fixed #20962 -- Documented that template tag render() may raise exceptions.
Bouke Haarsma
2013-09-21
- missing __init__.py
Alexander
2013-05-23
Fixed #20417 - Noted that a server restart is required to load new templateta...
Tim Graham
[next]