diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/request-response.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 57222c8ca7..e5ded0c9e0 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -110,6 +110,9 @@ All attributes should be considered read-only, unless stated otherwise below. .. attribute:: HttpRequest.REQUEST + .. deprecated:: 1.7 + Use the more explicit ``GET`` and ``POST`` instead. + For convenience, a dictionary-like object that searches ``POST`` first, then ``GET``. Inspired by PHP's ``$_REQUEST``. |
