class BooleanField(**options) [source] A true/false field. The
class FileField(upload_to=None, max_length=100, **options) [source] A file-upload field.
FileField.storage A storage object, which handles the storage and retrieval of your files. See Managing files
Field.many_to_many Boolean flag that is True if the field has a many-to-many relation; False otherwise
FilePathField.recursive Optional. Either True or False. Default is False. Specifies whether
PROTECT [source] Prevent deletion of the referenced object by raising ProtectedError
class ManyToManyField(othermodel, **options) [source] A many-to-many relationship. Requires
ManyToManyField.limit_choices_to Same as ForeignKey.limit_choices_to. li
Field.model Returns the model on which the field is defined. If a field is defined on a superclass of a model, model
class DateTimeField(auto_now=False, auto_now_add=False, **options) [source] A date and time
Page 8 of 12