Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Carl Meyer
|
5c8c7c34be
Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse and middleware handling. Refs #16004. Thanks ptone.
|
13 years ago |
Luke Plant
|
a482cc0ba3
Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResponse
|
13 years ago |
Ramiro Morales
|
50ad59527c
Tweaked some `render_to_response` links in the documentation.
|
13 years ago |
Russell Keith-Magee
|
3f528e10d5
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch.
|
14 years ago |
Jannis Leidel
|
a3894945b6
Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha.
|
14 years ago |
Russell Keith-Magee
|
b37d867929
Fixed #14867 -- Corrected references to baking in the new TemplateResponse docs. Thanks to marcusf for the report.
|
14 years ago |
Gabriel Hurley
|
68a04f2d62
Fixed #14855 -- General cleanup of the new TemplateResponse docs (grammar, spelling, reST). Thanks to adamv for the report and patch.
|
14 years ago |
Russell Keith-Magee
|
e0dcd7666a
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail.
|
14 years ago |