index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
template-response.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2020-10-07
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
Tom Carrick
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
2016-04-18
Fixed typo in docs/ref/template-response.txt.
eltronix
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-23
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Made template response APIs enforce the use of dict and backend-specific temp...
Tim Graham
2015-09-23
Removed current_app argument to render() and TemplateResponse().
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-12
Accounted for multiple template engines in template responses.
Aymeric Augustin
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-11-10
Fixed #23789 -- TemplateResponse handles context differently from render
Luke Plant
2014-08-19
Fixed #10190 -- Made HttpResponse charset customizable.
Unai Zalakain
2014-01-22
Always use parentheses when documenting a method with no arguments.
Baptiste Mispelon
2013-09-30
Fixed #21154 -- Updated TemplateResponse docs to better explain context.
Curtis Maloney
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-06-28
Removed 'mimetype' arguments from a few places, as per deprecation TL.
Ramiro Morales
2013-05-18
Add missing imports and models to the examples in the view layer documentation
Silvan Spross
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-22
Added missing markup to docs.
Tim Graham
2013-01-31
Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-11-24
Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, y...
Julien Phalip
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-11
Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...
Carl Meyer
2011-05-24
Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...
Luke Plant
2011-05-21
Tweaked some `render_to_response` links in the documentation.
Ramiro Morales
2011-01-24
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...
Russell Keith-Magee
2011-01-05
Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...
Jannis Leidel
2010-12-09
Fixed #14867 -- Corrected references to baking in the new TemplateResponse do...
Russell Keith-Magee
2010-12-08
Fixed #14855 -- General cleanup of the new TemplateResponse docs (grammar, sp...
Gabriel Hurley
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee