diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 17:04:40 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 17:04:40 -0500 |
commit | 987f40b5aa325fe8a6655bcb0be2329c0a24025d (patch) | |
tree | 8c0c13c2d670011b8f488f47f39d3594f56d78a6 | |
parent | 54e68dc8bd4c4c982864b80f1ff90785a97425fe (diff) | |
download | sqlalchemy-987f40b5aa325fe8a6655bcb0be2329c0a24025d.tar.gz |
- changelog for #3262, fixes #3262
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index a6a935da4..18043c456 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -23,6 +23,17 @@ on compatibility concerns, see :doc:`/changelog/migration_10`. .. change:: + :tags: feature, orm + :tickets: 3262 + :pullreq: bitbucket:38 + + A warning is emitted when the same polymorphic identity is assigned + to two different mappers in the same hierarchy. This is typically a + user error and means that the two different mapping types cannot be + correctly distinguished at load time. Pull request courtesy + Sebastian Bank. + + .. change:: :tags: feature, sql :pullreq: github:150 |