choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
format The format in which this field’s initial value will be displayed. If no format
class EmailInput [source] Text input: <input type="email" ...>
class NumberInput [source] Text input: <input type="number" ...>
class DateInput [source] Date input as a simple text box: <input type='text' ..
decompress(value) [source] This method takes a single “compressed” value from the field and
supports_microseconds An attribute that defaults to True. If set to False, the microseconds part of
render(name, value, attrs=None) [source] Argument value is handled differently
class ClearableFileInput [source] File upload input: <input type='file' ...>
Page 4 of 5