]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
`from foo import (name, name)` isn't valid syntax for 2.3. ah well.
authorJason Kirtland <jek@discorporate.us>
Tue, 21 Aug 2007 22:20:52 +0000 (22:20 +0000)
committerJason Kirtland <jek@discorporate.us>
Tue, 21 Aug 2007 22:20:52 +0000 (22:20 +0000)
commitfba14f6047341f1fa07413e1507c9649614766c5
tree042507ea3ef5ee01286c5b328099e6617a3505d9
parent0051349d09a95d48feefc6ebdca832a3919c5817
`from foo import (name, name)` isn't valid syntax for 2.3.  ah well.
omitting modules from sqlalchemy.__all__...
25 files changed:
lib/sqlalchemy/__init__.py
lib/sqlalchemy/ext/sqlsoup.py
test/engine/bind.py
test/engine/metadata.py
test/engine/parseconnect.py
test/engine/reflection.py
test/ext/assignmapper.py
test/orm/cascade.py
test/orm/compile.py
test/orm/inheritance/basic.py
test/orm/inheritance/polymorph2.py
test/orm/lazy_relations.py
test/orm/mapper.py
test/orm/query.py
test/orm/relationships.py
test/orm/selectable.py
test/orm/session.py
test/orm/sharding/shard.py
test/orm/unitofwork.py
test/sql/constraints.py
test/sql/defaults.py
test/sql/quote.py
test/sql/select.py
test/sql/testtypes.py
test/testlib/fixtures.py