MCPcopy
hub / github.com/django/django / TransactionManagementError

Class TransactionManagementError

django/db/transaction.py:14–17  ·  view source on GitHub ↗

Transaction management is used improperly.

Source from the content-addressed store, hash-verified

12
13
14class TransactionManagementError(ProgrammingError):
15 """Transaction management is used improperly."""
16
17 pass
18
19
20def get_connection(using=None):

Callers 7

executeMethod · 0.90
get_rollbackMethod · 0.90
set_rollbackMethod · 0.90
on_commitMethod · 0.90
as_sqlMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected