From fad47367bf622635b4cf931db72310cce41cebb4 Mon Sep 17 00:00:00 2001 From: zedr Date: Tue, 4 Mar 2014 22:40:44 +0000 Subject: Fixed #21179 -- Added a StreamingHttpResponse example for CSV files. Thanks charettes for the suggestion. --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 8212511f7e..f4a8a17ed1 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -909,7 +909,7 @@ StreamingHttpResponse objects The :class:`StreamingHttpResponse` class is used to stream a response from Django to the browser. You might want to do this if generating the response takes too long or uses too much memory. For instance, it's useful for -generating large CSV files. +:ref:`generating large CSV files `. .. admonition:: Performance considerations -- cgit v1.3