diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-12-21 11:05:43 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-12-21 11:05:43 +0000 |
| commit | 39109b0e44c77d0acf1c48c9f48e3631eff5f122 (patch) | |
| tree | 2dd4eaa6b843238a1edd8dbd1b3d912283ea0f05 /docs | |
| parent | 295fd50752d721e7bf5add5a7fa06887c605a8b4 (diff) | |
Fixed Sphinx warning.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/request-response.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 4bbfac4b55..abe68e78e9 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -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, |
