diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-20 23:22:54 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-20 23:22:54 +0000 |
commit | cf8baeeefaedaf874c7caa2a9831edd94e50ccac (patch) | |
tree | 01fcc1ae6dae3526cb76f39d40060d3b6ead62e6 /test/orm/inheritance2.py | |
parent | 6ca6b3552257e40252b619123973e0f40d6fa0f5 (diff) | |
download | sqlalchemy-cf8baeeefaedaf874c7caa2a9831edd94e50ccac.tar.gz |
some cleanup to the new compilation changes
Diffstat (limited to 'test/orm/inheritance2.py')
-rw-r--r-- | test/orm/inheritance2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/inheritance2.py b/test/orm/inheritance2.py index 179beeae8..9df29f9c9 100644 --- a/test/orm/inheritance2.py +++ b/test/orm/inheritance2.py @@ -302,7 +302,6 @@ class InheritTest(testbase.AssertMixin): properties=dict( name=documents_table.c.name, data=deferred(documents_table.c.data), - product=relation(Product, lazy=True, backref='documents'), ), ) |