mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 20:14:55 -04:00
9d08c6abc2
:class:`.AssociationProxy` constructor, to suit the :attr:`.AssociationProxy.info` accessor that was added in 🎫`2971`. This is possible because :class:`.AssociationProxy` is constructed explicitly, unlike a hybrid which is constructed implicitly via the decorator syntax. fixes #3551