FilePathField.recursive Optional. Either True or False. Default is False. Specifies whether
annotate(*args, **kwargs) Annotates each object in the QuerySet with the provided list of query
class Min(expression, output_field=None, **extra) [source] Returns the minimum value of the
defer(*fields) In some complex data-modeling situations, your models might contain a lot of fields, some of which could contain
class ManyToManyField(othermodel, **options) [source] A many-to-many relationship. Requires
iterator() Evaluates the QuerySet (by performing the query) and returns an iterator (see
ManyToManyField.limit_choices_to Same as ForeignKey.limit_choices_to. li
distinct If distinct=True, the count will only include unique instances. This is the SQL equivalent of COUNT(DISTINCT
Field.model Returns the model on which the field is defined. If a field is defined on a superclass of a model, model
Options.ordering The default ordering for the object, for use when obtaining lists of objects:
Page 19 of 30