class UUIDField(**kwargs) [source] Default widget:
Field.initial The initial argument lets you specify the initial value to use when rendering this Field
class CharField(**kwargs) [source] Default widget:
Field.validators The validators argument lets you provide a list of validation functions for this field.
allow_files Optional. Either True or False. Default is True. Specifies whether files
Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either
Field.disabled New in Django 1.9. The
Field.localize The localize argument enables the localization of form data input, as well as the rendered output
decimal_places The maximum number of decimal places permitted.
class TypedMultipleChoiceField(**kwargs) [source] Just like a MultipleChoiceField
Page 2 of 8