0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Fixed Sphinx warning.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-12-21 11:05:43 +00:00
parent 295fd50752
commit 39109b0e44

View File

@ -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,