[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-10-09 22:02:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d08c6abc21d/ Changeset: 9d08c6abc21d Branch: None User: zzzeek Date: 2015-10-09 22:01:43+00:00 Summary: - 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 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b63229aebe8d/ Changeset: b63229aebe8d Branch: rel_1_0 User: zzzeek Date: 2015-10-09 22:02:19+00:00 Summary: - 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) Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |