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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user