Files
horizon/doc/source/ref
guoshan a7da1dae4d Tutorials related to class Meta should use new style
The tutorials still use the old style class declaration.
class MyTable(DataTable):
    name = Column('name')
    email = Column('email')

    class Meta:
        name = "my_table"
        table_actions = (MyAction, MyOtherAction)
        row_actions - (MyAction)
It should use new style (inherit from 'object').

Change-Id: Icad23f6359f5f4866c5819f351f5c5cf1c3521fd
closes-bug:#1564193
2016-05-11 09:17:21 +08:00
..
2012-06-12 11:41:04 -07:00
2012-06-12 11:41:04 -07:00
2012-06-12 11:41:04 -07:00
2016-02-24 10:21:59 -08:00
2012-06-12 11:41:04 -07:00
2012-06-12 11:41:04 -07:00