summaryrefslogtreecommitdiff
path: root/test/orm/inheritance2.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-06-20 23:22:54 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-06-20 23:22:54 +0000
commitcf8baeeefaedaf874c7caa2a9831edd94e50ccac (patch)
tree01fcc1ae6dae3526cb76f39d40060d3b6ead62e6 /test/orm/inheritance2.py
parent6ca6b3552257e40252b619123973e0f40d6fa0f5 (diff)
downloadsqlalchemy-cf8baeeefaedaf874c7caa2a9831edd94e50ccac.tar.gz
some cleanup to the new compilation changes
Diffstat (limited to 'test/orm/inheritance2.py')
-rw-r--r--test/orm/inheritance2.py1
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'),
),
)