diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-17 18:15:42 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-24 23:13:46 -0400 |
commit | 5e7acf14a48e8ba1d57e460d686e89d49213e31b (patch) | |
tree | 7be7de147f2102c6068d84276757660f7dc67167 /lib/sqlalchemy/testing/warnings.py | |
parent | 9e31cce582569dfe6fb33b33aadd43d70c2ae593 (diff) | |
download | sqlalchemy-5e7acf14a48e8ba1d57e460d686e89d49213e31b.tar.gz |
new docs WIP
This WIP is part of the final push for 1.4's docs
to fully "2.0-ize" what we can, and have it all ready.
So far this includes a rewrite of the 2.0 migration,
set up for the 1.4 /2.0 docs style, and a total redesign
of the index page using a new flex layout in zzzeeksphinx.
It also reworks some of the API reference sections
to have more subheaders. zzzeeksphinx is also enhanced
to provide automatic summaries for all api doc section.
Change-Id: I01d360cb9c8749520246b96ee6496143c6037918
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-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", |