Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8545 closed (fixed)

row_post_data in request-response.txt should be raw_post_data

Reported by: Michael Schurter Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: typo
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Simple typo: row instead of raw

Patch:

Index: request-response.txt
===================================================================
--- request-response.txt	(revision 8548)
+++ request-response.txt	(working copy)
 -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.

Change History (3)

comment:1 by Malcolm Tredinnick, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedAccepted

comment:2 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(fixed in r8733)

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top