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

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