distinct If distinct=True, the count will only include unique instances. This is the SQL equivalent of COUNT(DISTINCT
extra(select=None, where=None, params=None, tables=None, order_by=None, select_params=None) Sometimes, the Django query syntax
all() Returns a copy of the current QuerySet (or QuerySet subclass). This can be useful in
dates(field, kind, order='ASC') Returns a QuerySet that evaluates to a list of
sample By default, StdDev returns the population standard deviation. However, if sample=True, the
none() Calling none() will create a queryset that never returns any objects and no query will be executed when accessing the
only(*fields) The only() method is more or less the opposite of defer(). You call it with the fields
exists() Returns True if the QuerySet contains any results, and False if not. This tries
get(**kwargs) Returns the object matching the given lookup parameters, which should be in the format described in Field lookups
reverse() Use the reverse() method to reverse the order in which a queryset’s elements are returned. Calling
Page 5 of 6