Commit 39109b0e authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Fixed Sphinx warning.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 295fd507
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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,