Skip to content

Commit

Permalink
Fixed Sphinx warning.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Dec 21, 2011
1 parent 399d484 commit f7a9f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ref/request-response.txt
Expand Up @@ -33,7 +33,9 @@ All attributes except ``session`` should be considered read-only.
.. 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,
Expand Down

0 comments on commit f7a9f1b

Please sign in to comment.