Model.get_previous_by_FOO(**kwargs) For every
Model.delete(using=DEFAULT_DB_ALIAS, keep_parents=False) [source] Issues an SQL DELETE
Model.validate_unique(exclude=None) [source] This method is similar to clean_fields()
Model.__str__() [source] The __str__() method is called whenever you call str()
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.get_FOO_display() For every field that has
class Model(**kwargs) [source] The keyword arguments are simply the names of the fields you’ve
Model.save(force_insert=False, force_update=False, using=DEFAULT_DB_ALIAS, update_fields=None) [source] If
Page 1 of 2