Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/template-response.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-8/+0
* Made template response APIs enforce the use of dict and b...Tim Graham2015-09-241-44/+0
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-11/+1
* Fixed #24168 -- Allowed selecting a template engine in a ...Aymeric Augustin2015-02-031-6/+14
* Accounted for multiple template engines in template respo...Aymeric Augustin2015-01-121-45/+87
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-0/+5
* Fixed #23789 -- TemplateResponse handles context differen...Luke Plant2014-11-101-3/+4
* Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain2014-08-191-2/+19
* Always use parentheses when documenting a method with no ...Baptiste Mispelon2014-01-221-1/+1
* Fixed #21154 -- Updated TemplateResponse docs to better e...Curtis Maloney2013-09-301-5/+7
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-17/+6
* Removed 'mimetype' arguments from a few places, as per de...Ramiro Morales2013-06-291-4/+2
* Add missing imports and models to the examples in the vie...Silvan Spross2013-05-181-0/+3
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-7/+7
* Added missing markup to docs.Tim Graham2013-03-221-1/+1
* Fixed #19692 -- Completed deprecation of mimetype in favo...Aymeric Augustin2013-01-311-15/+21
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-13/+11
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-2/+0
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-3/+3
* Fixed #17285 -- Fixed a small typo in SimpleTemplateRespo...Julien Phalip2011-11-241-1/+1
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-6/+6
* Fixed #17035, #17036 -- Clarified documentation regarding...Carl Meyer2011-10-121-1/+2
* Fixed #16004 - csrf_protect does not send cookie if view ...Luke Plant2011-05-241-0/+4
* Tweaked some `render_to_response` links in the documentat...Ramiro Morales2011-05-211-1/+1
* Fixed #15012 -- Added post-rendering callbacks to Templat...Russell Keith-Magee2011-01-241-1/+58
* Fixed #15010 -- Added current_app parameter to close gap ...Jannis Leidel2011-01-051-1/+6
* Fixed #14867 -- Corrected references to baking in the new...Russell Keith-Magee2010-12-091-2/+2
* Fixed #14855 -- General cleanup of the new TemplateRespon...Gabriel Hurley2010-12-081-57/+69
* Fixed #12815 -- Added TemplateResponse, a lazy-evaluated ...Russell Keith-Magee2010-12-071-0/+211