class SlugField(max_length=50, **options) [source] Slug
ManyToManyField.swappable Controls the migration framework’s reaction if this ManyToManyField is pointing at a
FieldFile.size The result of the underlying
Field.one_to_many Boolean flag that is True if the field has a one-to-many relation, such as a GenericRelation
class IntegerField(**options) [source] An integer. Values from -2147483648 to
ManyToManyField.through Django will automatically generate a table to manage many-to-many relationships. However, if you want
formfield(form_class=None, choices_form_class=None, **kwargs) [source] Returns the default
ForeignKey.db_constraint Controls whether or not a constraint should be created in the database for this foreign key. The default
Field.db_tablespace The name of the database tablespace to use for this field’s index, if this field
Field.blank If True, the field is allowed to be blank. Default is False. Note
Page 4 of 12