mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26263 -- Deprecated Context.has_key()
This commit is contained in:
parent
269b5f262c
commit
cdbd8745f6
4 changed files with 38 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue