get_db_prep_save(value, connection) [source] Same as the get_db_prep_value()
Field.many_to_one Boolean flag that is True if the field has a many-to-one relation, such as a ForeignKey;
class ManyToManyField(othermodel, **options) [source] A many-to-many relationship. Requires
all() Returns a copy of the current QuerySet (or QuerySet subclass). This can be useful in
Field.default The default value for the field. This can be a value or a callable object. If callable it will be called every
Options.index_together Sets of field names that, taken together, are indexed:
dates(field, kind, order='ASC') Returns a QuerySet that evaluates to a list of
arg_joiner A class attribute that denotes the character used to join the list of expressions together. Defaults
Options.order_with_respect_to Makes this object orderable with respect to the given field, usually a ForeignKey
Options.ordering The default ordering for the object, for use when obtaining lists of objects:
Page 23 of 30