lck.django 0.8.5 documentation

This Page

lck.django.common.forms

Albeit useful, this module is still somewhat a mess in a really early state of development. Beware, there be dragons.

Classes

class PolishSelectDateWidget(attrs=None, years=None, reverse_years=False)

Bases: django.forms.extras.widgets.SelectDateWidget

class Select(attrs=None, choices=())

Bases: django.forms.widgets.Widget

class SelectDateWidget(attrs=None, years=None, required=True)

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.