class MultiValueField(fields=(), **kwargs) [source] Default widget:
path The absolute path to the directory whose contents you want listed. This directory must exist.
Field.error_messages The error_messages argument lets you override the default messages that the field will raise
class ComboField(**kwargs) [source] Default widget:
max_length
min_length If provided, these arguments ensure that the string is at most or at least the given length.
empty_value The value to use to represent “empty.” Defaults to the empty string; None is another common choice
input_formats A list of formats used to attempt to convert a string to a valid datetime.time object.
class SlugField(**kwargs) [source] Default widget:
Page 6 of 8