ManyToManyField.through_fields Only used when a custom intermediary model is specified. Django will normally determine which
distinct(*fields) Returns a new QuerySet that uses SELECT DISTINCT in its SQL query. This eliminates
CharField.max_length The maximum length (in characters) of the field. The max_length is enforced at the database level and in
class UUIDField(**options) [source] A field for storing universally unique identifiers. Uses
class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL
class DateField(auto_now=False, auto_now_add=False, **options) [source] A date, represented
class Count(expression, distinct=False, **extra) [source] Returns the number of objects that
class ExpressionWrapper(expression, output_field) [source] ExpressionWrapper
class Cast(expression, output_field) [source] New
class Least(*expressions, **extra) [source] New
Page 14 of 30