MCPcopy
hub / github.com/django/django / save_m2m

Method save_m2m

django/forms/models.py:810–812  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

808 self.saved_forms = []
809
810 def save_m2m():
811 for form in self.saved_forms:
812 form.save_m2m()
813
814 self.save_m2m = save_m2m
815 if self.edit_only:

Callers 4

saveMethod · 0.80
save_relatedMethod · 0.80
test_m2m_editingMethod · 0.80
test_commit_falseMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_m2m_editingMethod · 0.64
test_commit_falseMethod · 0.64