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