Options.required_db_features New in Django 1.9. List
ManyToManyField.swappable Controls the migration framework’s reaction if this ManyToManyField is pointing at a
bulk_create(objs, batch_size=None) This method inserts the provided list of objects into the database in an efficient manner
ManyToManyField.through Django will automatically generate a table to manage many-to-many relationships. However, if you want
order_by(*fields) By default, results returned by a QuerySet are ordered by the ordering tuple given by the ordering
Options.verbose_name A human-readable name for the object, singular:
Model.get_absolute_url() Define a get_absolute_url() method to tell Django how to calculate the canonical URL for
class Length(expression, **extra) [source] Accepts a single text field or expression and
lookup_name The name of this lookup, used to identify it on parsing query expressions. It cannot contain the string "__"
ForeignKey.db_constraint Controls whether or not a constraint should be created in the database for this foreign key. The default
Page 9 of 30