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
..
context_processors.rst Move docs to doc. 2012-06-12 11:41:04 -07:00
decorators.rst Move docs to doc. 2012-06-12 11:41:04 -07:00
exceptions.rst Move docs to doc. 2012-06-12 11:41:04 -07:00
forms.rst Improved security group rule editing. 2013-02-16 21:20:21 -08:00
horizon.rst Made changes per doc conventions to horizon.rst 2015-04-22 11:39:17 -04:00
local_conf.rst Update example local.conf 2016-02-24 10:21:59 -08:00
middleware.rst Move docs to doc. 2012-06-12 11:41:04 -07:00
run_tests.rst Don't hide Karma coverage reports 2015-11-04 10:21:46 +09:00
tables.rst Tutorials related to class Meta should use new style 2016-05-11 09:17:21 +08:00
tabs.rst Move docs to doc. 2012-06-12 11:41:04 -07:00
test.rst Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
workflows.rst Adding documentation to Tables and Workflows 2013-09-12 11:59:03 +02:00