Field.default The default value for the field. This can be a value or a callable object. If callable it will be called every
class Case(*cases, **extra) [source] A Case() expression is like the
class PositiveIntegerField(**options) [source] Like an IntegerField, but must
Field.many_to_one Boolean flag that is True if the field has a many-to-one relation, such as a ForeignKey;
Field.verbose_name A human-readable name for the field. If the verbose name isn’t given, Django will automatically create it
Options.order_with_respect_to Makes this object orderable with respect to the given field, usually a ForeignKey
Options.default_manager_name New in Django 1.10. The
class Field [source] Field is an abstract class that represents a database table
function A class attribute describing the aggregate function that will be generated. Specifically, the function
dates(field, kind, order='ASC') Returns a QuerySet that evaluates to a list of
Page 22 of 30