summaryrefslogtreecommitdiff
path: root/docs/ref/templates/api.txt
AgeCommit message (Expand)Author
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-10Updated templates API reference.Aymeric Augustin
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_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Supported multiple template engines in render_to_string.Aymeric Augustin
2014-11-23Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin
2014-11-18Fixed #23849 -- Documented the locmem.Loader class.Preston Timmons
2014-11-16Moved all template loaders under django.template.loaders.Aymeric Augustin
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-10-30Fixed #23736 -- Corrected the description of the value that silent_variable_f...Tim Graham
2014-10-30Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
2014-08-26Fixed #17719 -- Documented that template syntax sequences cannot be used as s...Tim Graham
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-05-16Fixed #22167 -- Improved documentation on context processorsMoritz
2014-05-06Updated the messages context processor docsClaude Paroz
2014-02-28Fixed doc typos.Tim Graham
2014-02-16Made the new template.Context.flatten() method a public API.Marek WywiaƂ
2013-12-15Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-11-28Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-06Fixed #16096 -- Added origin attribute to template instances.Preston Timmons
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-07-15Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-05-19Add missing imports and models to the examples in the template layer document...Silvan Spross
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-09-24Fix docs for context_processors.authAndrew Badr
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-01Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-08-31Fixed #18642 - Added a note suggesting the use of render() rather than render...Tim Graham
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-07-12Fixed #18617 -- Highlighted that the app_directories template loader depends ...Aymeric Augustin
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-23Updated TEMPLATE_CONTEXT_PROCESSORS defaults in the docs.jnns
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-02Fixed #18259 -- Specified that ROOT_URLCONF might be needed.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-20Very minor Python formatting change to template documentationChris Beaven
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2012-02-11Fixed #17618 - Documented that variable names in template must not start with...Timo Graham