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
This commit is contained in:
Adrian Holovaty 2010-01-10 18:49:04 +00:00
parent 7d9de178e7
commit 287de02764
1 changed files with 4 additions and 0 deletions

View File

@ -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
-------