From cdbd8745f6c550422170a6ae5928c0b679fab0df Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 22 Feb 2016 13:25:01 -0500 Subject: Fixed #26263 -- Deprecated Context.has_key() --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 13d9305658..d1f877aa06 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -133,6 +133,8 @@ details on these changes. * The model ``CommaSeparatedIntegerField`` will be removed. A stub field will remain for compatibility with historical migrations. +* Support for the template ``Context.has_key()`` method will be removed. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3