]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
warnings removal, merge_result
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Oct 2021 21:36:26 +0000 (17:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Oct 2021 01:11:37 +0000 (21:11 -0400)
commita291457664d3b4ef7e0b4a29110749674ec0da75
treeacc57d4c1d564d58bdb9a0950d1e166076a5b944
parentef84b5b765d8e36f84adcc06aa92465c4facb267
warnings removal, merge_result

this is the last warning to remove.

Also fixes some mistakes I made with the new
Base20DeprecationWarning and LegacyAPIWarning classes created,
where functions in deprecations.py were still hardcoded to
RemovedIn20Warning.

Change-Id: I9a6045ac9b813fd2f9668c4bc518c46a7774c6ef
lib/sqlalchemy/orm/loading.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/testing/warnings.py
lib/sqlalchemy/util/deprecations.py
test/orm/test_deprecations.py
test/orm/test_loading.py