1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #26263 -- Removed deprecated Context.has_key().

This commit is contained in:
Tim Graham
2016-12-31 11:02:10 -05:00
parent bcf3532ede
commit 740f63a3df
3 changed files with 3 additions and 34 deletions

View File

@@ -345,3 +345,5 @@ these features.
* ``CommaSeparatedIntegerField`` is removed, except for support in historical
migrations.
* The template ``Context.has_key()`` method is removed.