Files
horizon/doc/source
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
..
2016-04-13 09:46:35 +02:00
2016-02-11 10:16:28 +01:00
2016-01-25 12:33:27 -08:00
2016-02-11 10:16:28 +01:00