diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-12-16 23:40:32 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-12-16 23:40:32 +0000 |
| commit | 3f003a3c4b5338915e3889da8bf10577296459b3 (patch) | |
| tree | bca5e19c862746c69057e4819e754254d31e5a17 /docs/internals | |
| parent | 61f0aff811aa596fa62136852c59d47f988d1185 (diff) | |
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for the patch, dstufft
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 91fde966fc..cae3f9f36c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -257,6 +257,10 @@ these changes. * Setting the ``is_safe`` and ``needs_autoescape`` flags as attributes of template filter functions will no longer be supported. +* The attribute ``HttpRequest.raw_post_data`` was renamed to ``HttpRequest.body`` + in 1.4. The backward compatibility will be removed -- + ``HttpRequest.raw_post_data`` will no longer work. + 2.0 --- |
