]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
warnings: with_polymorphic()
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Oct 2021 16:10:37 +0000 (12:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Oct 2021 20:23:08 +0000 (16:23 -0400)
commit3f3d9750df142d47b27c551b90cf01429e8702ca
treebab4959154dc3076bc231eb06e43db0d849b4987
parent5aca98e65f471207439471210a1e232c07f0a3ba
warnings: with_polymorphic()

Also clarifies a behavior of None/False for the selectable
parameter to with_polymorphic()

Fixes: #7262
Change-Id: I58c4004e0af227d3995e9ae2461470440f97f252
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/testing/warnings.py
test/orm/declarative/test_inheritance.py
test/orm/inheritance/test_concrete.py
test/orm/inheritance/test_deprecations.py
test/orm/inheritance/test_polymorphic_rel.py
test/orm/inheritance/test_relationship.py
test/orm/inheritance/test_single.py
test/orm/test_cache_key.py
test/orm/test_deprecations.py
test/orm/test_subquery_relations.py