* `Context` is essentially documented as a dict-like object
* `dict.has_key()` exists on Python 2
* this method has been around "forever"
Aymeric favors a deprecation even though it's not documented.
--
Ticket URL: <https://code.djangoproject.com/ticket/26263>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/6066 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/26263#comment:1>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/26263#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"cdbd8745f6c550422170a6ae5928c0b679fab0df" cdbd8745]:
{{{
#!CommitTicketReference repository=""
revision="cdbd8745f6c550422170a6ae5928c0b679fab0df"
Fixed #26263 -- Deprecated Context.has_key()
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26263#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"740f63a3df2be086917c255421480c568c949f9b" 740f63a3]:
{{{
#!CommitTicketReference repository=""
revision="740f63a3df2be086917c255421480c568c949f9b"
Refs #26263 -- Removed deprecated Context.has_key().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26263#comment:4>