summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-01-10 18:49:04 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-01-10 18:49:04 +0000
commit287de02764faf1662be93b47f1bb8f738cea6d5f (patch)
treeb8df86d6130f325c2d9f3edbb754dfe12e84a666 /docs
parent7d9de178e724573c1326ee2c2bf4f0b8b15b6c62 (diff)
Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/request-response.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 9dcf004149..1788e06baa 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -462,6 +462,10 @@ Attributes
A normal Python string representing the content, encoded from a Unicode
object if necessary.
+.. attribute:: HttpResponse.status_code
+
+ The `HTTP Status code`_ for the response.
+
Methods
-------