diff options
author | Chris Cahoon <chris.cahoon@gmail.com> | 2009-08-13 22:57:16 +0000 |
---|---|---|
committer | Chris Cahoon <chris.cahoon@gmail.com> | 2009-08-13 22:57:16 +0000 |
commit | bcec8b2c43bd3726fb764044a6e872168abef674 (patch) | |
tree | f933b33aa96a8b43ab07088d6d0fc03c760103cd /docs/ref/settings.txt | |
parent | b15984b179953e93c74f47d06761c9a5c22b0716 (diff) | |
download | django-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/ref/settings.txt')
-rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 0f0fd6802d..a2caf5a6a6 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -838,6 +838,8 @@ link). This is only used if ``CommonMiddleware`` is installed (see SENDFILE_HEADER ----------------------------- +.. versionadded:: 1.2 + Default: ``None`` If not ``None``, this defines the header that an :func:`~django.http.HttpResponseSendFile` |