Field.validators The validators argument lets you provide a list of validation functions for this field.
input_formats A list of formats used to attempt to convert a string to a valid datetime.datetime object.
Field.initial The initial argument lets you specify the initial value to use when rendering this Field
class URLField(**kwargs) [source] Default widget:
class ModelChoiceField(**kwargs) [source] Default widget:
Field.widget The widget argument lets you specify a Widget class to use when rendering this Field
queryset A QuerySet of model objects from which the choices for the field will be derived, and which will be used
class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except
class BooleanField(**kwargs) [source] Default widget:
class TypedMultipleChoiceField(**kwargs) [source] Just like a MultipleChoiceField
Page 2 of 8