class FieldFile [source] When you access a FileField on a model, you are given
class Value(value, output_field=None) [source] A Value() object represents the
as_sql(self, compiler, connection) Responsible for producing the query string and parameters for the expression. The compiler
class Options [source] The model _meta API is at the core of the Django ORM
prefetch_related_objects(model_instances, *related_lookups) [source]
Options.unique_together Sets of field names that, taken together, must be unique:
FieldFile.save(name, content, save=True) [source] This method takes a filename and file contents
Options.verbose_name_plural The plural name for the object:
relabeled_clone(change_map) Returns a clone (copy) of self, with any column aliases relabeled. Column aliases are
Options.default_related_name The name that will be used by default for the relation from a related object back to this one.
Page 4 of 30