Author: adrian
Date: 2010-01-10 12:49:04 -0600 (Sun, 10 Jan 2010)
New Revision: 12187

Modified:
   django/trunk/docs/ref/request-response.txt
Log:
Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo

Modified: django/trunk/docs/ref/request-response.txt
===================================================================
--- django/trunk/docs/ref/request-response.txt  2010-01-10 18:48:08 UTC (rev 
12186)
+++ django/trunk/docs/ref/request-response.txt  2010-01-10 18:49:04 UTC (rev 
12187)
@@ -462,6 +462,10 @@
     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
 -------
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to