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/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index b584a28ba1..bf26d8d855 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -469,6 +469,10 @@ these changes. * ``django.forms.get_declared_fields`` will be removed. +* The ``WSGIRequest.REQUEST`` property will be removed. + +* The class ``django.utils.datastructures.MergeDict`` will be removed. + 2.0 --- -- cgit v1.3