class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except
class IntegerField(**kwargs) [source] Default widget:
class Field(**kwargs) [source] When you create a Form class, the most important
class EmailField(**kwargs) [source] Default widget:
Field.widget The widget argument lets you specify a Widget class to use when rendering this Field
class BooleanField(**kwargs) [source] Default widget:
input_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
class RegexField(**kwargs) [source] Default widget:
match A regular expression pattern; only files with names matching this expression will be allowed as choices.
fields A tuple of fields whose values are cleaned and subsequently combined into a single value. Each value of the field is
Page 4 of 8