Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
save
Method · 0.80
save_related
Method · 0.80
test_m2m_editing
Method · 0.80
test_commit_false
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_m2m_editing
Method · 0.64
test_commit_false
Method · 0.64