neutron-lib/releasenotes/notes/sqlalchemy-1-3-0-b0a2b15b10ae526f.yaml
Rodolfo Alonso Hernandez a0b39121cd Use AssociationProxyInstance instead of AssociationProxy
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
2019-04-24 09:24:27 +00:00

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.