]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- move all the setup_classes(cls) and setup_mappers(cls) to use a
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 19:04:06 +0000 (15:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Mar 2011 19:04:06 +0000 (15:04 -0400)
commita3083eabf467e7f36db0850342758ce162c3eef8
treec5df6fc158ea92c4b4cc1ae0f7709a4cb25d8a5e
parentd0156a75ffab342e7ef299cdea9ee0a0b6f8bf0d
- move all the setup_classes(cls) and setup_mappers(cls) to use a
local cls.Basic, cls.Comparable base class so that there is no ambiguity
or hash identity behaviors getting in the way of class registration.
37 files changed:
test/aaa_profiling/test_orm.py
test/ext/test_associationproxy.py
test/orm/_base.py
test/orm/_fixtures.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_concrete.py
test/orm/inheritance/test_query.py
test/orm/inheritance/test_single.py
test/orm/test_association.py
test/orm/test_assorted_eager.py
test/orm/test_bind.py
test/orm/test_cascade.py
test/orm/test_collection.py
test/orm/test_composites.py
test/orm/test_cycles.py
test/orm/test_defaults.py
test/orm/test_deprecations.py
test/orm/test_dynamic.py
test/orm/test_eager_relations.py
test/orm/test_evaluator.py
test/orm/test_expire.py
test/orm/test_froms.py
test/orm/test_generative.py
test/orm/test_joins.py
test/orm/test_legacy_mutable.py
test/orm/test_manytomany.py
test/orm/test_mapper.py
test/orm/test_merge.py
test/orm/test_naturalpks.py
test/orm/test_onetoone.py
test/orm/test_query.py
test/orm/test_relationships.py
test/orm/test_selectable.py
test/orm/test_session.py
test/orm/test_transaction.py
test/orm/test_unitofwork.py
test/orm/test_versioning.py