FilePathField.recursive Optional. Either True or False. Default is False. Specifies whether
class QuerySet(model=None, query=None, using=None) [source] Usually when you’ll interact
class ManyToManyField(othermodel, **options) [source] A many-to-many relationship. Requires
class DateTimeField(auto_now=False, auto_now_add=False, **options) [source] A date and time
PROTECT [source] Prevent deletion of the referenced object by raising ProtectedError
get_db_prep_save(value, connection) [source] Same as the get_db_prep_value()
rhs The right-hand side - what lhs is being compared against. It can be a plain value, or something that compiles
Field.verbose_name A human-readable name for the field. If the verbose name isn’t given, Django will automatically create it
FileField.storage A storage object, which handles the storage and retrieval of your files. See Managing files
dates(field, kind, order='ASC') Returns a QuerySet that evaluates to a list of
Page 21 of 30