* status: new => assigned
* owner: nobody => rameshugar
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: rameshugar => David Smith
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:7>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:8>
Comment (by Claude Paroz):
Repeating here my proposal on the PR: create a new `BoundField` property
(`widget_type`?) returning the lowercased widget class name stripped from
the `widget` or `input` strings?
In that case, if I have defined a `MyCustomWidget`, the
(bound)field.widget_type would by `mycustom`.
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:9>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:10>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:11>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:12>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a350bfa6f44befff8779dbbdd72c9760bf5df959" a350bfa]:
{{{
#!CommitTicketReference repository=""
revision="a350bfa6f44befff8779dbbdd72c9760bf5df959"
Fixed #13009 -- Added BoundField.widget_type property.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/13009#comment:13>