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