Changes between Initial Version and Version 1 of Ticket #25124


Ignore:
Timestamp:
Jul 14, 2015, 9:58:08 PM (9 years ago)
Author:
George Brocklehurst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25124

    • Property Has patch set
  • Ticket #25124 – Description

    initial v1  
    33Sometimes 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.
    44
    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.
     5Pull request: https://github.com/django/django/pull/4998
Back to Top