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