summaryrefslogtreecommitdiff
path: root/docs/topics/templates.txt
AgeCommit message (Expand)Author
2019-02-11[2.2.x] Fixed 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
2014-10-30Fixed #23735 -- Clarified that admindocs must be enabled to view template tag...Tim Graham
2014-10-30Fixed #23734 -- Replaced striptags in template filter overview since it has s...Tim Graham
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
2014-09-21Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-20Small fixes in templates topic guide.Aymeric Augustin
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-07-29Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-01-16Fixed #21747 -- Added {% elif %} to template topics guide.Tim Graham
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-07-29Misc doc cleanups.minusf
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales