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.
class ChoiceField(**kwargs) [source] Default widget:
compress(data_list) [source] Takes a list of valid values and returns a “compressed” version
class TimeField(**kwargs) [source] Default widget:
class GenericIPAddressField(**kwargs) [source] A field containing either an IPv4 or an IPv6
max_value
class FilePathField(**kwargs) [source] Default widget:
min_value These control the range of values permitted in the field, and should be given as decimal.Decimal values
allow_unicode New in Django 1.9. A boolean
Page 7 of 8