diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-28 17:10:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-28 20:04:43 -0400 |
commit | d127f4936acb28dc00efd84678336a2be935a312 (patch) | |
tree | a088903be9ec02b4d6d8897796e04974d4b2a5b3 /lib/sqlalchemy/testing/warnings.py | |
parent | 7a24a9a9cd294ef6da4a95207b45afefcfc79321 (diff) | |
download | sqlalchemy-d127f4936acb28dc00efd84678336a2be935a312.tar.gz |
warnings: cascade_backrefs
this one is a little different in that the thing changing
is the detection of a behavior, not an explicit API.
Change-Id: Id142943a2b901b39fe9053d0120c1e820dc1a6d0
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index dc1286295..45d831fe1 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -75,8 +75,6 @@ def setup_filters(): # ORM Session # r"The Session.autocommit parameter is deprecated ", - r".*object is being merged into a Session along the backref " - "cascade path", r"The merge_result\(\) method is superseded by the " r"merge_frozen_result\(\)", r"The Session.begin.subtransactions flag is deprecated", |