diff options
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 5704cf2a6..bed58f777 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -105,6 +105,17 @@ def setup_filters(): r"The Query\.with_parent\(\) function", r"The Query\.with_parent\(\) function", r"The Query\.select_entity_from\(\) function", + r"The ``aliased`` and ``from_joinpoint`` keyword arguments", + r"Using strings to indicate relationship names in Query.join", + r"Using strings to indicate column or relationship paths in " + "loader options", + r"Using strings to indicate relationship names in the ORM " + r"with_parent\(\)", + r"The Query.with_polymorphic\(\) function/method is considered " + "legacy as of the 1.x series", + r"Passing a chain of multiple join conditions to Query.join\(\) " + r"is deprecated and will be removed in SQLAlchemy 2.0.", + r"Query.join\(\) will no longer accept tuples as arguments", # # ORM Session # |