summaryrefslogtreecommitdiff
path: root/docs/ref/template-response.txt
AgeCommit message (Expand)Author
2016-04-18Fixed typo in docs/ref/template-response.txt.eltronix
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Made template response APIs enforce the use of dict and backend-specific temp...Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-02-03Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-11-10Fixed #23789 -- TemplateResponse handles context differently from renderLuke Plant
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2013-09-30Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-22Added missing markup to docs.Tim Graham
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2011-11-24Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, y...Julien Phalip
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-11Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...Carl Meyer
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-21Tweaked some `render_to_response` links in the documentation.Ramiro Morales
2011-01-24Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2010-12-09Fixed #14867 -- Corrected references to baking in the new TemplateResponse do...Russell Keith-Magee
2010-12-08Fixed #14855 -- General cleanup of the new TemplateResponse docs (grammar, sp...Gabriel Hurley
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee