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.get_absolute_url() Define a get_absolute_url() method to tell Django how to calculate the canonical URL for
Model.get_deferred_fields() [source] A helper method that returns a set containing the attribute
Model.__str__() [source] The __str__() method is called whenever you call str()
Model.validate_unique(exclude=None) [source] This method is similar to clean_fields()
Model.get_FOO_display() For every field that has
Model.refresh_from_db(using=None, fields=None) [source] If you need to reload a model’s values
class Model(**kwargs) [source] The keyword arguments are simply the names of the fields you’ve
Page 1 of 2