match A regular expression pattern; only files with names matching this expression will be allowed as choices.
strip New in Django 1.9. Defaults to False
Field.clean(value) [source] Although the primary way you’ll use Field classes
fields A tuple of fields whose values are cleaned and subsequently combined into a single value. Each value of the field is
coerce A function that takes one argument and returns a coerced value. Examples include the built-in int, float
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
to_field_name This optional argument is used to specify the field to use as the value of the choices in the field’s widget.
allow_folders Optional. Either True or False. Default is False. Specifies whether folders
class MultiValueField(fields=(), **kwargs) [source] Default widget:
Page 5 of 8