Class DatabaseErrorWrapper
Context manager and decorator that reraises backend-specific database exceptions using Django's common wrappers.
Declaration
class DatabaseErrorWrapper
source linkDocumentation
Methods
▷ def __exit__(self, exc_type, exc_value, traceback) ▶ def __init__(self, wrapper) wrapper is a database wrapper.
It must have a Database attribute defining PEP-249 exceptions.
Reexports