lck.django 0.8.5 documentation
Albeit useful, this module is still somewhat a mess in a really early state of development. Beware, there be dragons.
Bases: django.forms.extras.widgets.SelectDateWidget
Bases: django.forms.widgets.Widget
Bases: django.forms.widgets.Widget
A Widget that splits date input into three <select> boxes.
This also serves as an example of a Widget that has more than one HTML element and hence implements value_from_datadict.