MCPcopy
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
45def rollback(using=None):
46 """Roll back a transaction."""
47 get_connection(using).rollback()
48
49
50def savepoint(using=None):

Callers

nothing calls this directly

Calls 2

rollbackMethod · 0.80
get_connectionFunction · 0.70

Tested by

no test coverage detected