raw(raw_query, params=None, translations=None) Takes a raw SQL query, executes it, and returns a django.db.models.query
FieldFile.url A read-only property to access the file’s relative URL by calling the
FileField.upload_to This attribute provides a way of setting the upload directory and file name, and can be set in two ways
class Model(**kwargs) [source] The keyword arguments are simply the names of the fields you’ve
Field.concrete Boolean flag that indicates if the field has a database column associated with it.
get_lookup(lookup_name) Must return the lookup named lookup_name. For instance, by returning self.output_field
Model.objects Each non-abstract
ManyToManyField.through_fields Only used when a custom intermediary model is specified. Django will normally determine which
get_db_prep_value(value, connection, prepared=False) [source] Converts value
class Least(*expressions, **extra) [source] New
Page 17 of 30