#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 , 17 years ago
| milestone: | → 1.0 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(fixed in r8733)