﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25124	Make it easier to use a custom Select widget subclass in a SelectDateWidget	George Brocklehurst	nobody	"The current implementation of `SelectDateWidget` always uses the `Select` widget for the individual year, month, and day selects. If we moved the reference to `Select` to an attribute of the `SelectDateWidget` class, it would be easier to override.

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.

Pull request: https://github.com/django/django/pull/4998"	Cleanup/optimization	closed	Forms	1.8	Normal	fixed	forms widgets SelectDateWidget		Ready for checkin	1	0	0	0	1	0
