]> 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:01:43 +0000 (18:01 -0400)
commit9d08c6abc21dcf3d832897d38aaba84aeaa14fa6
tree53be8f8cb77dddfe9a901c81ed234acdf29761cf
parent78a7bbdb3b0906a35528bdc829a08f0644d6fd7b
- 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
doc/build/changelog/changelog_10.rst
doc/build/orm/extensions/associationproxy.rst
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py