Changeset 490 for elixir/trunk/tests/test_collections.py
- Timestamp:
- 10/02/09 12:06:14 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_collections.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_collections.py
r467 r490 21 21 class Person(Entity): 22 22 name = Field(String(30)) 23 using_options( autosetup=False,tablename='person', collection=None)23 using_options(tablename='person', collection=None) 24 24 25 25 # global collection should be empty
