Model.delete(using=DEFAULT_DB_ALIAS, keep_parents=False) [source] Issues an SQL DELETE
Model.get_previous_by_FOO(**kwargs) For every
Model.get_next_by_FOO(**kwargs)
Model.__str__() [source] The __str__() method is called whenever you call str()
Model.get_FOO_display() For every field that has
Model.get_deferred_fields() [source] A helper method that returns a set containing the attribute
Model.get_absolute_url() Define a get_absolute_url() method to tell Django how to calculate the canonical URL for
Model.validate_unique(exclude=None) [source] This method is similar to clean_fields()
Model.refresh_from_db(using=None, fields=None) [source] If you need to reload a model’s values
Model.save(force_insert=False, force_update=False, using=DEFAULT_DB_ALIAS, update_fields=None) [source] If
Page 1 of 2