a0b39121cd
Since [1], an AssociationProxy proxy instance is an
AssociationProxyInstance derivative object.
In order to import versions SQLAlchemy>=1.3.x, we need to handle
both implementations.
[1]6446e0dfd3
Change-Id: Ieba1a0315b4588841210078fa13f99f3d5275426
Closes-Bug: #1824178
8 lines
313 B
YAML
8 lines
313 B
YAML
---
|
|
other:
|
|
- |
|
|
Since `commit <https://github.com/sqlalchemy/sqlalchemy/commit/6446e0dfd3e3bb60754bad81c4d52345733d94e3>`_,
|
|
an AssociationProxy proxy instance is an AssociationProxyInstance
|
|
derivative object. In order to import versions SQLAlchemy>=1.3.x, we need
|
|
to handle both implementations.
|