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