From 987f40b5aa325fe8a6655bcb0be2329c0a24025d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 26 Jan 2015 17:04:40 -0500 Subject: [PATCH] - changelog for #3262, fixes #3262 --- doc/build/changelog/changelog_10.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index a6a935da48..18043c4567 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -22,6 +22,17 @@ series as well. For changes that are specific to 1.0 with an emphasis 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 -- 2.47.3