Trees | Indices | Help |
---|
|
Representation of a custom action that needs backends cooperation/admin attention/...
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
id = db.Column(db.Integer, primary_key= True)
|
|||
action_type = db.Column(db.Integer, nullable= False)
|
|||
object_type = db.Column(db.String(20))
|
|||
object_id = db.Column(db.Integer)
|
|||
old_value = db.Column(db.String(255))
|
|||
new_value = db.Column(db.String(255))
|
|||
data = db.Column(db.Text)
|
|||
result = db.Column(db.Integer, default= helpers.BackendResultE
|
|||
message = db.Column(db.Text)
|
|||
created_on = db.Column(db.Integer)
|
|||
ended_on = db.Column(db.Integer)
|
|||
__mapper__ = <Mapper at 0x9f9eb4c; Action>
|
|||
__table__ = Table('action', MetaData(bind=None), Column('id',
|
|||
__tablename__ =
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Acti
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
str(x)
|
A simple constructor that allows initialization from kwargs. Sets attributes on the constructed instance using the names and values in ``kwargs``. Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
|
|
result
|
__table__
|
_sa_class_manager
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 27 09:49:45 2014 | http://epydoc.sourceforge.net |