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 ++ docs/releases/1.10.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'docs') 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 diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 658a3646bd..fc7b03d2a7 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -678,6 +678,8 @@ Miscellaneous * Importing from the ``django.core.urlresolvers`` module is deprecated in favor of its new location, :mod:`django.urls`. +* The template ``Context.has_key()`` method is deprecated in favor of ``in``. + .. _removed-features-1.10: Features removed in 1.10 -- cgit v1.3