Options.get_latest_by The name of an orderable field in the model, typically a
class Transform [source] A Transform is a generic class to implement field transformations
class EmailField(max_length=254, **options) [source] A CharField that checks
reverse() Use the reverse() method to reverse the order in which a queryset’s elements are returned. Calling
class SmallIntegerField(**options) [source] Like an IntegerField, but only allows
class RawSQL(sql, params, output_field=None) [source] Sometimes database expressions can’t
class CharField(max_length=None, **options) [source] A string field, for small- to large-sized
to_python(value) [source] Converts the value into the correct Python object. It acts as the
update(**kwargs) Performs an SQL update query for the specified fields, and returns the number of rows matched (which may not
Options.proxy If proxy = True, a model which subclasses another model will be treated as a proxy
Page 27 of 30