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/elixir/__init__.py

    r416 r490  
    8686    '''Setup the table and mapper of all entities in the default entity 
    8787    collection. 
    88  
    89     This is called automatically if any entity of the collection is configured 
    90     with the `autosetup` option and it is first accessed, 
    91     instanciated (called) or the create_all method of a metadata containing 
    92     tables from any of those entities is called. 
    9388    ''' 
    9489    setup_entities(entities)