diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-04-19 18:24:45 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-04-19 18:24:45 +0000 |
commit | 33f87bd0f5440028c4b1c5658dc9117ffc354b81 (patch) | |
tree | aee33ab9da46f78924c7f3dccdda1219f1d843fb /test/alltests.py | |
parent | 3ffa0bda31e2e590ff28f1bb1cccccda010b4462 (diff) | |
download | sqlalchemy-33f87bd0f5440028c4b1c5658dc9117ffc354b81.tar.gz |
got circular many-to-many relationships to work
Diffstat (limited to 'test/alltests.py')
-rw-r--r-- | test/alltests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/alltests.py b/test/alltests.py index 6b2d068cb..f0e17b39c 100644 --- a/test/alltests.py +++ b/test/alltests.py @@ -39,6 +39,7 @@ def suite(): # ORM persistence 'objectstore', + 'relationships', # cyclical ORM persistence 'cycles', |