[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-13 23:46:21
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/38cb9bf78454/ Changeset: 38cb9bf78454 Branch: None User: zzzeek Date: 2014-08-14 00:46:44 Summary: flake8 cleanup Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/44d21de45742/ Changeset: 44d21de45742 Branch: None User: zzzeek Date: 2014-08-14 00:47:52 Summary: - rename _InspectionAttr to InspectionAttr Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ea85c7053dc9/ Changeset: ea85c7053dc9 Branch: None User: zzzeek Date: 2014-08-14 01:20:44 Summary: - The :meth:`.InspectionAttr.info` collection is now moved down to :class:`.InspectionAttr`, where in addition to being available on all :class:`.MapperProperty` objects, it is also now available on hybrid properties, association proxies, when accessed via :attr:`.Mapper.all_orm_descriptors`. fixes #2971 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7fc08fe89af9/ Changeset: 7fc08fe89af9 Branch: None User: zzzeek Date: 2014-08-14 01:45:34 Summary: - The ``info`` parameter has been added to the constructor for :class:`.SynonymProperty` and :class:`.ComparableProperty`. - The ``info`` parameter has been added as a constructor argument to all schema constructs including :class:`.MetaData`, :class:`.Index`, :class:`.ForeignKey`, :class:`.ForeignKeyConstraint`, :class:`.UniqueConstraint`, :class:`.PrimaryKeyConstraint`, :class:`.CheckConstraint`. fixes #2963 Affected #: 6 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. |