Changeset 405

Show
Ignore:
Timestamp:
09/23/08 13:15:34 (4 months ago)
Author:
johnbywater
Message:

Widened the limits for the required version of the SQLObject dependency (now accepts 0.10.0, 0.10.1 and 0.10.2, was just 0.10.1). This is supported by automated testing of domainmodel with each version. Declarations of these tests are maintained here:

http://project.kforge.appropriatesoftware.net/foundation/trac/browser/trunk/src/foundation/systems/domainmodeltest.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r404 r405  
    1818    # no way to specify the dependency on django as we need a specific revision 
    1919    install_requires = [ 
    20         'SQLObject==0.10.1', 
     20        'SQLObject>=0.10.0, <=0.10.2', 
    2121        'simplejson', 
    2222        'markdown',