]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Dec 2015 19:00:50 +0000 (14:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Dec 2015 19:00:50 +0000 (14:00 -0500)
commita8ec3491983ed5e68452514b4d52a4347377809f
tree7692578b83a8c6cade1306f389e3e206eef79319
parentc42725ed54a61d7e5a0931404ee83aa6b94d0aea
- Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where
the check added for a polymorphic joinedload from a
poly_subclass->class->poly_baseclass connection would fail for the
scenario of class->poly_subclass->class.
fixes #3611
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_relationship.py