]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove declarative warnings
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Sep 2021 19:07:36 +0000 (15:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Sep 2021 02:19:43 +0000 (22:19 -0400)
commitf59f693d44060f5f777d36c5163785b91d91b2aa
treec7c5bd4b1c58b3c41aedbf78536afaa85a08cb4e
parent0f9335b8aa0047ee410848e30a7899db24f9b745
remove declarative warnings

* sqlalchemy.ext.declarative names
* declarative_base(bind)

Change-Id: I0ca26894b224458b58e46504c5ff7b5d3031a829
23 files changed:
lib/sqlalchemy/testing/suite/test_types.py
lib/sqlalchemy/testing/warnings.py
test/aaa_profiling/test_memusage.py
test/dialect/postgresql/test_types.py
test/ext/declarative/test_deprecations.py
test/ext/declarative/test_inheritance.py
test/ext/test_associationproxy.py
test/ext/test_hybrid.py
test/ext/test_indexable.py
test/ext/test_mutable.py
test/orm/declarative/test_basic.py
test/orm/declarative/test_deprecations.py [new file with mode: 0644]
test/orm/declarative/test_inheritance.py
test/orm/inheritance/test_basic.py
test/orm/test_collection.py
test/orm/test_descriptor.py
test/orm/test_events.py
test/orm/test_froms.py
test/orm/test_inspect.py
test/orm/test_load_on_fks.py
test/orm/test_rel_fn.py
test/orm/test_relationships.py
test/orm/test_unitofworkv2.py