summaryrefslogtreecommitdiff
path: root/docs/ref/template-response.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-4/+9
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-1/+3
* Removed hyphen from pre-/re- prefixes.David2022-04-281-1/+1
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-8/+0
* Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick2020-10-071-2/+16
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-4/+4
* Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham2019-01-171-2/+2
* Fixed typo in docs/ref/template-response.txt.eltronix2016-04-181-1/+1
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-9/+9
* Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham2015-12-231-2/+1
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-8/+0
* Made template response APIs enforce the use of dict and backend-specific temp...Tim Graham2015-09-231-44/+0
* Removed current_app argument to render() and TemplateResponse().Tim Graham2015-09-231-11/+1
* Fixed #24168 -- Allowed selecting a template engine in a few APIs.Aymeric Augustin2015-02-031-6/+14
* Accounted for multiple template engines in template responses.Aymeric Augustin2015-01-121-45/+87
* Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin2014-12-281-0/+5
* Fixed #23789 -- TemplateResponse handles context differently from renderLuke 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 arguments.Baptiste Mispelon2014-01-221-1/+1
* Fixed #21154 -- Updated TemplateResponse docs to better explain context.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 deprecation TL.Ramiro Morales2013-06-281-4/+2
* Add missing imports and models to the examples in the view layer documentationSilvan 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 favor of content_type.Aymeric Augustin2013-01-311-15/+21
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-13/+11
* Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham2012-09-201-2/+0
* Replaced print statement by print function (forward compatibility syntax).Claude Paroz2012-04-301-3/+3
* Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, y...Julien Phalip2011-11-241-1/+1
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-6/+6
* Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...Carl Meyer2011-10-111-1/+2
* Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant2011-05-241-0/+4
* Tweaked some `render_to_response` links in the documentation.Ramiro Morales2011-05-211-1/+1
* Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...Russell Keith-Magee2011-01-241-1/+58
* Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel2011-01-051-1/+6
* Fixed #14867 -- Corrected references to baking in the new TemplateResponse do...Russell Keith-Magee2010-12-091-2/+2
* Fixed #14855 -- General cleanup of the new TemplateResponse docs (grammar, sp...Gabriel Hurley2010-12-081-57/+69
* Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee2010-12-071-0/+211