Changes between Initial Version and Version 1 of Ticket #25124
- Timestamp:
- Jul 14, 2015, 9:58:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25124
- Property Has patch set
-
Ticket #25124 – Description
initial v1 3 3 Sometimes it's useful to use a different widget, e.g. in a recent project I wanted to use a `Select` subclass that wrapped the rendered widget in a `<div>` for styling reasons. This involved subclassing `SelectDateWidget` and duplicating the whole `SelectDateWidget.create_select` method, which does quite a lot of work, just to change one class name. 4 4 5 I'm happy to put together a pull request for this, but the contributing guidelines said that PRs without Trac tickets would be closed, so here's the Trac ticket. 5 Pull request: https://github.com/django/django/pull/4998