Changeset 490 for elixir/trunk/tests/test_o2o.py
- Timestamp:
- 10/02/09 12:06:14 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_o2o.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_o2o.py
r467 r490 22 22 23 23 session.commit() 24 session. clear()24 session.expunge_all() 25 25 26 26 b = B.query.one()
