Author: ubernostrum
Date: 2008-08-30 00:30:44 -0500 (Sat, 30 Aug 2008)
New Revision: 8733

Modified:
   django/trunk/docs/ref/request-response.txt
Log:
Fixed #8545: Corrected typo in request/response docs


Modified: django/trunk/docs/ref/request-response.txt
===================================================================
--- django/trunk/docs/ref/request-response.txt  2008-08-30 05:29:19 UTC (rev 
8732)
+++ django/trunk/docs/ref/request-response.txt  2008-08-30 05:30:44 UTC (rev 
8733)
@@ -166,7 +166,7 @@
     support activated. See the :ref:`session documentation
     <topics-http-sessions>` for full details.
 
-.. attribute:: HttpRequest.row_post_data
+.. attribute:: HttpRequest.raw_post_data
 
     The raw HTTP POST data. This is only useful for advanced processing. Use
     ``POST`` instead.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to