diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-10-14 00:12:01 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-10-14 00:12:01 +0000 |
| commit | d1e5c55258d624058a93c8cacdb1f25ae7857554 (patch) | |
| tree | dca859edc2229f68b7511687aa8b333378786633 /docs/ref/template-response.txt | |
| parent | 5109ac370928a5924887424b6d6c803038fcb691 (diff) | |
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/template-response.txt')
| -rw-r--r-- | docs/ref/template-response.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/ref/template-response.txt b/docs/ref/template-response.txt index c53919f558..c21da5ef43 100644 --- a/docs/ref/template-response.txt +++ b/docs/ref/template-response.txt @@ -193,14 +193,14 @@ final byte stream that can be served to the client. There are three circumstances under which a TemplateResponse will be rendered: - * When the TemplateResponse instance is explicitly rendered, using - the :meth:`SimpleTemplateResponse.render()` method. +* When the TemplateResponse instance is explicitly rendered, using + the :meth:`SimpleTemplateResponse.render()` method. - * When the content of the response is explicitly set by assigning - :attr:`response.content`. +* When the content of the response is explicitly set by assigning + :attr:`response.content`. - * After passing through template response middleware, but before - passing through response middleware. +* After passing through template response middleware, but before + passing through response middleware. A TemplateResponse can only be rendered once. The first call to :meth:`SimpleTemplateResponse.render` sets the content of the |
