]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :meth:`.InspectionAttr.info` collection is now moved down to
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 23:20:44 +0000 (19:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Aug 2014 23:20:44 +0000 (19:20 -0400)
commitea85c7053dc9532a95fd487628768fdfc1ca5c30
treecb4daf1166a5ef4a6dcf4d3c05da1a97882233df
parent44d21de457424f5623362474325aa6e5d3fe9e6d
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/base.py
lib/sqlalchemy/orm/interfaces.py
test/ext/test_hybrid.py