Author: jezdez
Date: 2011-12-21 03:05:43 -0800 (Wed, 21 Dec 2011)
New Revision: 17239

Modified:
   django/trunk/docs/ref/request-response.txt
Log:
Fixed Sphinx warning.

Modified: django/trunk/docs/ref/request-response.txt
===================================================================
--- django/trunk/docs/ref/request-response.txt  2011-12-20 17:03:13 UTC (rev 
17238)
+++ django/trunk/docs/ref/request-response.txt  2011-12-21 11:05:43 UTC (rev 
17239)
@@ -33,8 +33,10 @@
 .. attribute:: HttpRequest.body
 
     .. versionchanged:: 1.4
-    Before Django 1.4, ``HttpRequest.body`` was named 
``HttpRequest.raw_post_data``.
 
+    Before Django 1.4, ``HttpRequest.body`` was named
+    ``HttpRequest.raw_post_data``.
+
     The raw HTTP request body as a byte string. This is useful for processing
     data in different ways than conventional HTML forms: binary images,
     XML payload etc. For processing conventional form data, use 
``HttpRequest.POST``.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@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