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
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