Show
Ignore:
Timestamp:
10/02/09 12:06:14 (3 years ago)
Author:
ged
Message:

Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from Elixir
0.7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/tests/test_collections.py

    r467 r490  
    2121        class Person(Entity): 
    2222            name = Field(String(30)) 
    23             using_options(autosetup=False, tablename='person', collection=None) 
     23            using_options(tablename='person', collection=None) 
    2424 
    2525        # global collection should be empty