class SmallIntegerField(**options) [source] Like an IntegerField, but only allows
SlugField.allow_unicode New in Django 1.9. If
Options.managed Defaults to True, meaning Django will create the appropriate database tables in migrate
SET_DEFAULT [source] Set the ForeignKey to its default value; a default for
none() Calling none() will create a queryset that never returns any objects and no query will be executed when accessing the
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
Options.get_latest_by The name of an orderable field in the model, typically a
Field.unique If True, this field must be unique throughout the table. This is enforced
Field.db_column The name of the database column to use for this field. If this isn’t given, Django will use the field’s name
Page 25 of 30