diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 19:20:44 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 19:20:44 -0400 |
| commit | ea85c7053dc9532a95fd487628768fdfc1ca5c30 (patch) | |
| tree | cb4daf1166a5ef4a6dcf4d3c05da1a97882233df /doc | |
| parent | 44d21de457424f5623362474325aa6e5d3fe9e6d (diff) | |
| download | sqlalchemy-ea85c7053dc9532a95fd487628768fdfc1ca5c30.tar.gz | |
- 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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 20023af44..c59d7c912 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -17,6 +17,16 @@ :version: 1.0.0 .. change:: + :tags: orm, feature + :tickets: 2971 + + 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`. + + .. change:: :tags: sql, feature :tickets: 3027 :pullrequest: bitbucket:29 |
