class PositiveSmallIntegerField(**options) [source] Like a PositiveIntegerField
get_db_prep_save(value, connection) [source] Same as the get_db_prep_value()
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
FilePathField.match Optional. A regular expression, as a string, that FilePathField will use to filter filenames
FieldFile.delete(save=True) [source] Deletes the file associated with this instance and clears
class DateTimeField(auto_now=False, auto_now_add=False, **options) [source] A date and time
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
Page 9 of 12