sqlalchemy

This commit is contained in:
2014-01-30 22:55:15 +01:00
parent 2eb63c917b
commit 02a987b39d
8 changed files with 77 additions and 75 deletions

View File

@ -275,7 +275,7 @@ class _Base(SqlAlchemyBase):
'polymorphic_on': _type
}
#FIXME devrait etre une table
_optiondescription_group_type = Column(String)
_group_type = Column(String)
def __init__(self):
self.commit()