]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added the :paramref:`.AssociationProxy.info` parameter to the
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Oct 2015 22:01:43 +0000 (18:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Oct 2015 22:02:19 +0000 (18:02 -0400)
commitb63229aebe8dafde2c691e171919c3770b875273
tree2b0872ac0ee36096b2223a1225ff7222e0a55776
parentabc805d1a20bcb3fe597d159379396672ee00eec
- Added the :paramref:`.AssociationProxy.info` parameter to the
:class:`.AssociationProxy` constructor, to suit the
:attr:`.AssociationProxy.info` accessor that was added in
:ticket:`2971`.  This is possible because :class:`.AssociationProxy`
is constructed explicitly, unlike a hybrid which is constructed
implicitly via the decorator syntax.
fixes #3551

(cherry picked from commit 9d08c6abc21dcf3d832897d38aaba84aeaa14fa6)
doc/build/changelog/changelog_10.rst
doc/build/orm/extensions/associationproxy.rst
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py