Options.verbose_name A human-readable name for the object, singular:
ForeignKey.limit_choices_to Sets a limit to the available choices for this field when this field is rendered using a ModelForm
class Coalesce(*expressions, **extra) [source] Accepts a list of at least two field names
class IntegerField(**options) [source] An integer. Values from -2147483648 to
order_by(*fields) By default, results returned by a QuerySet are ordered by the ordering tuple given by the ordering
Field.choices An iterable (e.g., a list or tuple) consisting itself of iterables of exactly two items (e.g. [(A, B), (A
Model.get_next_by_FOO(**kwargs)
class Variance(expression, sample=False, **extra) [source] Returns the variance of the data
Model.validate_unique(exclude=None) [source] This method is similar to clean_fields()
Options.get_fields(include_parents=True, include_hidden=False) [source] Returns a tuple of
Page 10 of 30