Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either
Field.label The label argument lets you specify the “human-friendly” label for this field. This is used when the
Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide
Field.label_suffix The label_suffix argument lets you override the form’s
class SplitDateTimeField(**kwargs) [source] Default widget:
Field.disabled New in Django 1.9. The
class Field(**kwargs) [source] When you create a Form class, the most important
class IntegerField(**kwargs) [source] Default widget:
class ImageField(**kwargs) [source] Default widget:
input_formats A list of formats used to attempt to convert a string to a valid datetime.date object.
Page 3 of 8