class TransactionManagementError
from django.db.transaction import TransactionManagementError
  Transaction management is used improperly.
Ancestors (MRO)
- builtins.object
 - builtins.BaseException
 - builtins.Exception
 - django.db.utils.Error
 - django.db.utils.DatabaseError
 - django.db.utils.ProgrammingError
 - django.db.transaction.TransactionManagementError
 
| Attribute | Type | Defined in | 
|---|---|---|
args | 
                    
                      getset_descriptor
                      
                     | 
                    builtins.BaseException | 
def with_traceback(self)
              
                builtins.BaseException
              
            Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.