values_list(*fields, flat=False) This is similar to values() except that instead of returning dictionaries, it
class CommaSeparatedIntegerField(max_length=None, **options) [source]
class Transform [source] A Transform is a generic class to implement field transformations
ManyToManyField.db_table The name of the table to create for storing the many-to-many data. If this is not provided, Django
Options.proxy If proxy = True, a model which subclasses another model will be treated as a proxy
Field.primary_key If True, this field is the primary key for the model. If you
contains_aggregate Tells Django that this expression contains an aggregate and that a GROUP BY clause needs to
class ForeignKey(othermodel, on_delete, **options) [source] A many-to-one relationship. Requires
class lookups.RegisterLookupMixin A mixin that implements the lookup API on a class.
class URLField(max_length=200, **options) [source] A CharField for a URL.
Page 25 of 30