summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-13 19:20:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-13 19:20:44 -0400
commitea85c7053dc9532a95fd487628768fdfc1ca5c30 (patch)
treecb4daf1166a5ef4a6dcf4d3c05da1a97882233df /doc
parent44d21de457424f5623362474325aa6e5d3fe9e6d (diff)
downloadsqlalchemy-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.rst10
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