MCPcopy
hub / github.com/django/django / save

Method save

tests/model_forms/models.py:465–467  ·  view source on GitHub ↗
(self, force_insert=False, force_update=False)

Source from the content-addressed store, hash-verified

463 self._savecount = 0
464
465 def save(self, force_insert=False, force_update=False):
466 super().save(force_insert=force_insert, force_update=force_update)
467 self._savecount += 1
468
469
470class UUIDPK(models.Model):

Calls

no outgoing calls