class FloatField(**kwargs) [source] Default widget:
strip New in Django 1.9. Defaults to False
min_length These are the same as CharField.max_length and CharField.min_length.
class SlugField(**kwargs) [source] Default widget:
input_formats A list of formats used to attempt to convert a string to a valid datetime.time object.
class ComboField(**kwargs) [source] Default widget:
max_value
max_length
class FilePathField(**kwargs) [source] Default widget:
Page 6 of 8