diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-22 13:25:01 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-23 08:08:55 -0500 |
| commit | cdbd8745f6c550422170a6ae5928c0b679fab0df (patch) | |
| tree | 5b0b5beecf16b992bbb84fd5fc524164208761ba /docs/internals | |
| parent | 269b5f262cef88cb595b21a76e707b41ee4ed627 (diff) | |
Fixed #26263 -- Deprecated Context.has_key()
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 13d9305658..d1f877aa06 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 |
