diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-09-25 03:19:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-09-25 03:19:21 +0000 |
| commit | 4d30c1ce796f2911639a08e2c5dccf46ce282987 (patch) | |
| tree | f2fba25f4119e46aa8397d9cebff0653ca3a5373 /lib/sqlalchemy/testing | |
| parent | f16235046c14d4def4312416e6431111810a67f9 (diff) | |
| parent | 5e7acf14a48e8ba1d57e460d686e89d49213e31b (diff) | |
| download | sqlalchemy-4d30c1ce796f2911639a08e2c5dccf46ce282987.tar.gz | |
Merge "new docs WIP"
Diffstat (limited to 'lib/sqlalchemy/testing')
| -rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index d97447ec8..dbe22bb8d 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -58,6 +58,7 @@ def setup_filters(): "dictionaries only.", r"The Connection.connect\(\) function/method is considered legacy", r".*DefaultGenerator.execute\(\)", + r"The autoload parameter is deprecated and will be removed ", # # result sets # @@ -100,10 +101,14 @@ def setup_filters(): # ORM Query # r"The Query\.get\(\) function", - # r"The Query\.from_self\(\) function", + r"The Query\.from_self\(\) function", + r"The Query\.with_parent\(\) function", + r"The Query\.with_parent\(\) function", + r"The Query\.select_entity_from\(\) function", # # ORM Session # + r"This Session located a target engine via bound metadata", r"The Session.autocommit parameter is deprecated ", r".*object is being merged into a Session along the backref " "cascade path", |
