Options.abstract If abstract = True, this model will be an abstract base class
Options.label_lower New in Django 1.9. Representation
Options.default_permissions Defaults to ('add', 'change', 'delete'). You may customize this list, for example,
Options.default_related_name The name that will be used by default for the relation from a related object back to this one.
Options.unique_together Sets of field names that, taken together, must be unique:
Options.select_on_save Determines if Django will use the pre-1.6
Options.verbose_name_plural The plural name for the object:
Options.required_db_features New in Django 1.9. List
Options.verbose_name A human-readable name for the object, singular:
Options.db_table The name of the database table to use for the model:
Page 1 of 3