class Base20DeprecationWarning(SADeprecationWarning):
Known subclasses: sqlalchemy.exc.LegacyAPIWarning
, sqlalchemy.exc.RemovedIn20Warning
Issued for usage of APIs specifically deprecated or legacy in SQLAlchemy 2.0.
Class Variable | deprecated_since |
Indicates the version that started raising this deprecation warning |
Method | __str__ |
Undocumented |
Inherited from HasDescriptionCode
(via SADeprecationWarning
):
Method | __init__ |
Undocumented |
Method | _code_str |
Undocumented |
Instance Variable | code |
Undocumented |