summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorChris Cahoon <chris.cahoon@gmail.com>2009-08-13 22:57:16 +0000
committerChris Cahoon <chris.cahoon@gmail.com>2009-08-13 22:57:16 +0000
commitbcec8b2c43bd3726fb764044a6e872168abef674 (patch)
treef933b33aa96a8b43ab07088d6d0fc03c760103cd /docs/howto
parentb15984b179953e93c74f47d06761c9a5c22b0716 (diff)
downloaddjango-soc2009/http-wsgi-improvements.tar.gz
[soc2009/http-wsgi-improvements] Update versions in docs for the various new HttpResponse features, and fixed an error on the argument list for HttpResponse.__init__.archive/soc2009/http-wsgi-improvementssoc2009/http-wsgi-improvements
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/response-sendfile.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/response-sendfile.txt b/docs/howto/response-sendfile.txt
index a333c26dca..f73e5fc2a0 100644
--- a/docs/howto/response-sendfile.txt
+++ b/docs/howto/response-sendfile.txt
@@ -7,6 +7,8 @@ How to serve large files via HttpResponseSendFile
.. module:: django.http
:synopsis: Serving of large files via handler-specific mechanisms.
+.. versionadded:: 1.2
+
There are cases when you may wish to serve files in a response, but only want
to provide access to them through your application. As discussed in :ref:`the how-to for serving static
files <howto-static-files>`, Django is not tuned at all for this sort of serving. Thus,