Field.many_to_many Boolean flag that is True if the field has a many-to-many relation; False otherwise
ManyToManyField.db_table The name of the table to create for storing the many-to-many data. If this is not provided, Django
deconstruct() [source] Returns a 4-tuple with enough information to recreate the field:
DO_NOTHING [source] Take no action. If your database backend enforces referential integrity
class SmallIntegerField(**options) [source] Like an IntegerField, but only allows
SlugField.allow_unicode New in Django 1.9. If
class CharField(max_length=None, **options) [source] A string field, for small- to large-sized
SET_DEFAULT [source] Set the ForeignKey to its default value; a default for
Field.primary_key If True, this field is the primary key for the model. If you
class OneToOneField(othermodel, on_delete, parent_link=False, **options) [source] A one-to-one
Page 10 of 12