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_associable.py

    r485 r490  
    7474 
    7575        session.commit() 
    76         session.clear() 
     76        session.expunge_all() 
    7777 
    7878        # Queries using the added helpers 
     
    110110 
    111111        session.commit() 
    112         session.clear() 
     112        session.expunge_all()