Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/templates/api.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25397 -- Documented class-based view context varia...Jacek Bzdak2015-10-231-0/+4
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-14/+0
* Removed template.loader.BaseLoader per deprecation timeline.Tim Graham2015-09-241-5/+0
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-6/+1
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-16/+1
* Fixed #25386 -- Warned about differences between Engine a...Tim Graham2015-09-241-0/+7
* Fixed #25159 -- Removed brackets from class/function/meth...Tim Graham2015-07-271-3/+3
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+4
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-1/+29
* Added docs for new template loader api.Preston Timmons2015-04-221-26/+113
* Fixed #24603 -- Allowed Context.update() to be used as a ...Tommy Beadle2015-04-141-0/+15
* Fixed typos in docs/ref/templates/api.txtTim Graham2015-04-141-4/+4
* Fixed #24600 -- Fixed inaccurate example in template Cont...Tim Graham2015-04-081-1/+3
* Fixed #24493 -- Added BaseContext.setdefault()Preston Timmons2015-03-161-0/+7
* Documented Context.get() method.Preston Timmons2015-03-161-0/+5
* Fixed typo in current_app deprecation note.Preston Timmons2015-03-111-1/+1
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-1/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-10/+0
* Fixed #24124 -- Changed context_processors in the default...Collin Anderson2015-01-121-8/+4
* Updated templates API reference.Aymeric Augustin2015-01-101-141/+252
* Wrote main documentation for templates.Aymeric Augustin2015-01-101-232/+31
* Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin2015-01-101-1/+1
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-281-39/+46
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-17/+26
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-20/+46
* Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin2014-12-281-19/+17
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-281-19/+19
* Supported multiple template engines in render_to_string.Aymeric Augustin2014-12-281-4/+13
* Deprecated dirs argument to override TEMPLATE_DIRS.Aymeric Augustin2014-11-231-6/+8
* Fixed #23849 -- Documented the locmem.Loader class.Preston Timmons2014-11-191-2/+20
* Moved all template loaders under django.template.loaders.Aymeric Augustin2014-11-161-1/+6
* Moved CSRF docs out of contrib.Thomas Chaumeny2014-11-031-1/+1
* Fixed #23736 -- Corrected the description of the value th...Tim Graham2014-10-301-2/+4
* Fixed #23737 -- Recommended the render() shortcut more st...Tim Graham2014-10-301-19/+2
* Fixed #23527 -- Removed Cheetah references in docsOla Sitarska2014-09-211-1/+1
* Converted sql_queries into a lazily evaluated list.Bas Peschier2014-08-301-1/+2
* Fixed #17719 -- Documented that template syntax sequences...Tim Graham2014-08-261-0/+25
* Fixed some doc errors that caused syntax highlighting to ...Tim Graham2014-08-191-1/+1
* Fixed #22167 -- Improved documentation on context processorsMoritz2014-05-161-5/+9
* Updated the messages context processor docsClaude Paroz2014-05-061-3/+8
* Fixed doc typos.Tim Graham2014-02-281-1/+1
* Made the new template.Context.flatten() method a public API.Marek WywiaƂ2014-02-161-0/+37
* Added some internal links to render_to_string documentation.Baptiste Mispelon2013-12-151-3/+3
* Fixed #21515 -- Corrected example of template.Context in ...Baptiste Mispelon2013-11-281-0/+2
* Fixed #4278 -- Added a dirs parameter to a few functions ...Berker Peksag2013-09-181-2/+16
* Fixed #16096 -- Added origin attribute to template instan...Preston Timmons2013-09-061-1/+36
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-5/+0
* Fixed #20852 - Fixed incorrectly generated left quotes in...Dominic Rodger2013-08-061-1/+1
* Allowed Context.push to behave as a context mananger.Curtis Maloney2013-07-171-0/+25