diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.10.txt | 2 |
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 |
