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