summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-22 13:25:01 -0500
committerTim Graham <timograham@gmail.com>2016-02-23 08:08:55 -0500
commitcdbd8745f6c550422170a6ae5928c0b679fab0df (patch)
tree5b0b5beecf16b992bbb84fd5fc524164208761ba /docs
parent269b5f262cef88cb595b21a76e707b41ee4ed627 (diff)
Fixed #26263 -- Deprecated Context.has_key()
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
-rw-r--r--docs/releases/1.10.txt2
2 files changed, 4 insertions, 0 deletions
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