1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26263 -- Deprecated Context.has_key()

This commit is contained in:
Tim Graham
2016-02-22 13:25:01 -05:00
parent 269b5f262c
commit cdbd8745f6
4 changed files with 38 additions and 5 deletions

View File

@@ -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