]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove same-named relationship warning
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jul 2016 16:36:21 +0000 (12:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jul 2016 16:36:21 +0000 (12:36 -0400)
commit8952a30f0a27d6b57e7b054b8b464382b67e3828
treec7444e8e38531d2ccf1da7fc12c530e76156bb0d
parentee5e815e2c936d28e0fce7ef64d4d74ad27f19e3
Remove same-named relationship warning

Removed a warning that dates back to 0.4 which emits when a same-named
relationship is placed on two mappers that inherits via joined or
single table inheritance.   The warning does not apply to the
current unit of work implementation.

Change-Id: If528ec3a2f4dc60712d9044fd1ec6c4dfbf0eadb
Fixes: #3749
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/orm/relationships.py
test/orm/inheritance/test_relationship.py