From 2fb5a51fa3ac276efc7121ec9de91f092a986104 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Tue, 15 Oct 2013 22:36:49 +0200 Subject: Fixed #18659 -- Deprecated request.REQUEST and MergeDict Thanks Aymeric Augustin for the suggestion. --- docs/ref/request-response.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref') 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``. -- cgit v1.3