MCPcopy
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
40def commit(using=None):
41 """Commit a transaction."""
42 get_connection(using).commit()
43
44
45def rollback(using=None):

Callers

nothing calls this directly

Calls 2

commitMethod · 0.80
get_connectionFunction · 0.70

Tested by

no test coverage detected