class DateTimeField(auto_now=False, auto_now_add=False, **options) [source] A date and time
FieldFile.delete(save=True) [source] Deletes the file associated with this instance and clears
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
class PositiveSmallIntegerField(**options) [source] Like a PositiveIntegerField
get_db_prep_save(value, connection) [source] Same as the get_db_prep_value()
Field.default The default value for the field. This can be a value or a callable object. If callable it will be called every
class PositiveIntegerField(**options) [source] Like an IntegerField, but must
Field.many_to_one Boolean flag that is True if the field has a many-to-one relation, such as a ForeignKey;
Field.verbose_name A human-readable name for the field. If the verbose name isn’t given, Django will automatically create it
Page 9 of 12