class SelectMultiple [source] Similar to Select, but allows multiple selection:
render(name, value, attrs=None) [source] Returns HTML for the widget, as a Unicode string
empty_label If the
render_value Determines whether the widget will have a value filled in when the form is re-displayed after a validation error
class HiddenInput [source] Hidden input: <input type='hidden' ...>
class Widget(attrs=None) [source] This abstract class cannot be rendered, but provides the
format The format in which this field’s initial value will be displayed. If no format
Page 5 of 5