summaryrefslogtreecommitdiff
path: root/docs/topics/templates.txt
AgeCommit message (Expand)Author
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-08-14Fixed #36410 -- Added support for Template Partials to the Django Template La...farhan
2023-04-21Added meaningful titles to ..admonition:: directives.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
2021-11-04Corrected multiply defined labels in docs.Mariusz Felisiak
2020-04-30Fixed #25712 -- Reorganized templates docs.David Smith
2020-04-07Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
2020-02-19Fixed typos in docs and a test comment.Yoo In Keun
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-02-11Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati
2018-10-18Updated Jinja2 static tag example to use django.templatetags.Andy Chosak
2018-10-15Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-03-06Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.Tim Graham
2017-01-27Fixed #27678 -- Warned that the template system isn't safe against untrusted ...andrewnester
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-10-04Documented render_to_string()'s `using` parameter.Corey Farwell
2016-06-28Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-03-31Fixed #26410 -- Added a docs example for loader.render_to_string().Tim Graham
2016-03-25Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
2016-03-14Fixed #25804 -- Documented additions to Jinja2 context.Moritz Sichert
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons
2015-05-06Fixed #24119, #24120 -- Formalized debug integration for template backends.Preston Timmons
2015-04-16Fixed #24646 -- Fixed jinja2 example on Python 2.Tim Graham
2015-03-30Documented jinja2 install requirement.Tim Graham
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-15Documented how to set up the Jinja2 environment.Aymeric Augustin
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-10Wrote main documentation for templates.Aymeric Augustin
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin