Static Public Attributes |
tuple | lookup_data = ('login', 'admin') |
tuple | users |
tuple | lookup_data = () |
tuple | id = Column(Integer(unsigned=True), primary_key=True) |
tuple | name = Column(Unicode(40), nullable=False, index=True) |
tuple | query = DBSession.query_property() |
list | index_fields = [] |
Detailed Description
Definition at line 67 of file lookup_tables.py.
Member Data Documentation
string wowf.models.lookup_tables.Group.__tablename__ = 'groups' |
|
staticprivate |
tuple wowf.models.lookup_tables.Group.lookup_data = ('login', 'admin') |
|
static |
tuple wowf.models.lookup_tables.Group.users |
|
static |
Initial value:relationship(
'User', backref=backref('groups', lazy='dynamic'),
secondary='users_groups', lazy='dynamic')
Definition at line 72 of file lookup_tables.py.
The documentation for this class was generated from the following file: