diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-29 12:10:37 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-29 16:23:08 -0400 |
commit | 3f3d9750df142d47b27c551b90cf01429e8702ca (patch) | |
tree | bab4959154dc3076bc231eb06e43db0d849b4987 /lib/sqlalchemy/testing/warnings.py | |
parent | 5aca98e65f471207439471210a1e232c07f0a3ba (diff) | |
download | sqlalchemy-3f3d9750df142d47b27c551b90cf01429e8702ca.tar.gz |
warnings: with_polymorphic()
Also clarifies a behavior of None/False for the selectable
parameter to with_polymorphic()
Fixes: #7262
Change-Id: I58c4004e0af227d3995e9ae2461470440f97f252
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index ae2c7916d..2a0c486d2 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -66,11 +66,6 @@ def setup_filters(): # we are moving one at a time for msg in [ # - # ORM Query - # - r"The Query.with_polymorphic\(\) method is considered " - "legacy as of the 1.x series", - # # ORM Session # r"The Session.autocommit parameter is deprecated ", |