class DateTimeField(auto_now=False, auto_now_add=False, **options) [source] A date and time
class QuerySet(model=None, query=None, using=None) [source] Usually when you’ll interact
class TruncSecond(expression, output_field=None, tzinfo=None, **extra) [source]
FieldFile.delete(save=True) [source] Deletes the file associated with this instance and clears
arity New in Django 1.10. A class attribute
FilePathField.allow_folders Optional. Either True or False. Default is False. Specifies
FilePathField.match Optional. A regular expression, as a string, that FilePathField will use to filter filenames
Model.__eq__() [source] The equality method is defined such that instances with the same
filter(**kwargs) Returns a new QuerySet containing objects that match the given lookup parameters.
Model.clean_fields(exclude=None) [source] This method will validate all fields on your model
Page 20 of 30