widget Must be a subclass of
class MultipleChoiceField(**kwargs) [source] Default widget:
class FloatField(**kwargs) [source] Default widget:
class TimeField(**kwargs) [source] Default widget:
empty_value The value to use to represent “empty.” Defaults to the empty string; None is another common choice
min_value These control the range of values permitted in the field, and should be given as decimal.Decimal values
compress(data_list) [source] Takes a list of valid values and returns a “compressed” version
input_date_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
min_length If provided, these arguments ensure that the string is at most or at least the given length.
max_length
Page 6 of 8