Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ commit
Function
commit
django/db/transaction.py:40–42 ·
view source on GitHub ↗
Commit a transaction.
(using=None)
Source
from the content-addressed store, hash-verified
38
39
40
def
commit(using=None):
41
""
"Commit a transaction."
""
42
get_connection(using).commit()
43
44
45
def
rollback(using=None):
Callers
nothing calls this directly
Calls
2
commit
Method · 0.80
get_connection
Function · 0.70
Tested by
no test coverage detected