diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index f034be9fc95..6415a7d335e 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -166,7 +166,7 @@ All attributes except ``session`` should be considered read-only. support activated. See the :ref:`session documentation ` 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.