class Count(expression, distinct=False, **extra) [source] Returns the number of objects that
latest(field_name=None) Returns the latest object in the table, by date, using the field_name provided as the date
class BinaryField(**options) [source] A field to store raw binary data. It only supports
class BooleanField(**options) [source] A true/false field. The
Field.hidden Boolean flag that indicates if a field is used to back another non-hidden field’s functionality (e.g. the
resolve_expression(query=None, allow_joins=True, reuse=None, summarize=False, for_save=False) Provides the chance to do any
class DateField(auto_now=False, auto_now_add=False, **options) [source] A date, represented
class ImageField(upload_to=None, height_field=None, width_field=None, max_length=100, **options) [source]
as_vendorname(self, compiler, connection) Works like as_sql() method. When an expression is compiled by compiler
DecimalField.decimal_places The number of decimal places to store with the number. For example
Page 16 of 30