Model.save(force_insert=False, force_update=False, using=DEFAULT_DB_ALIAS, update_fields=None) [source] If
Model.full_clean(exclude=None, validate_unique=True) [source] This method calls Model
Model.pk Regardless of whether you define a primary key field yourself, or let Django supply one for you, each model will have
Model.clean() [source] This method should be used to provide custom model validation, and
Model.clean_fields(exclude=None) [source] This method will validate all fields on your model
Model.__eq__() [source] The equality method is defined such that instances with the same
Model.__hash__() [source] The __hash__() method is based on the instance’s primary
Page 2 of 2