class ManyToManyField(othermodel, **options) [source] A many-to-many relationship. Requires
DO_NOTHING [source] Take no action. If your database backend enforces referential integrity
SET_DEFAULT [source] Set the ForeignKey to its default value; a default for
deconstruct() [source] Returns a 4-tuple with enough information to recreate the field:
ManyToManyField.related_query_name Same as ForeignKey.related_query_name.
Field.validators A list of validators to run for this field. See the validators documentation for more
DecimalField.max_digits The maximum number of digits allowed in the number. Note that this number must be greater than or equal
FilePathField.allow_files Optional. Either True or False. Default is True. Specifies
class EmailField(max_length=254, **options) [source] A CharField that checks
class SmallIntegerField(**options) [source] Like an IntegerField, but only allows
Page 10 of 12