years An optional list/tuple of years to use in the “year” select box. The default is a list containing the current year and
class Select [source] Select widget: <select><option ...>...</select>
class Textarea [source] Text area: <textarea>...</textarea>
class PasswordInput [source] Password input: <input type='password' ...>
class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered
months An optional dict of months to use in the “months” select box. The keys of the dict correspond
class NullBooleanSelect [source] Select widget with options ‘Unknown’, ‘Yes’ and ‘No’
value_from_datadict(data, files, name) [source] Given a dictionary of data and this widget’s
format_output(rendered_widgets) [source] Given a list of rendered widgets (as strings), returns
class DateTimeInput [source] Date/time input as a simple text box: <input type='text'
Page 3 of 5