diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 18:49:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 18:49:04 +0000 |
| commit | 287de02764faf1662be93b47f1bb8f738cea6d5f (patch) | |
| tree | b8df86d6130f325c2d9f3edbb754dfe12e84a666 /docs/ref/request-response.txt | |
| parent | 7d9de178e724573c1326ee2c2bf4f0b8b15b6c62 (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/ref/request-response.txt')
| -rw-r--r-- | docs/ref/request-response.txt | 4 |
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 ------- |
