I'm not sure where it comes from either, but if you make the following
change, you can get running until it's fixed.

class StateSequence(SQLObject):
    # stuff...
    states = MultipleJoin('OrderedState',
joinColumn='statesequence_id')

Reply via email to