Changeset 362 for elixir/trunk/tests/test_o2m.py
- Timestamp:
- 07/11/08 17:18:56 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_o2m.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_o2m.py
r356 r362 108 108 109 109 def test_viewonly(self): 110 # the callable primaryjoin seem to be unstable... sometime it works,111 # sometime it doesn't... for no apparent reason. I think it's a bug in112 # the current revision of SQLAlchemy I'm using (4900).113 110 class User(Entity): 114 111 two_blurbs = OneToMany('Blurb', primaryjoin=lambda:
