FilePathField.allow_folders Optional. Either True or False. Default is False. Specifies
PROTECT [source] Prevent deletion of the referenced object by raising ProtectedError
FileField.storage A storage object, which handles the storage and retrieval of your files. See Managing files
class Field [source] Field is an abstract class that represents a database table
class ManyToManyField(othermodel, **options) [source] A many-to-many relationship. Requires
FilePathField.match Optional. A regular expression, as a string, that FilePathField will use to filter filenames
get_db_prep_save(value, connection) [source] Same as the get_db_prep_value()
Field.default The default value for the field. This can be a value or a callable object. If callable it will be called every
class PositiveIntegerField(**options) [source] Like an IntegerField, but must
Field.many_to_one Boolean flag that is True if the field has a many-to-one relation, such as a ForeignKey;
Page 9 of 12