horizon/horizon/tables
Zhigang Wang 4d279b8baf Make get_object_by_id() work for most Django objects.
Django object id is usually an int while lookup is an unicode string.
It works for Openstack but not other Django objects.

This patch makes other standard Django apps reusing Horizon easier.

Change-Id: I436c34e8b17340537f8d201001741d34c933764e
2013-06-22 11:26:41 -04:00
..
__init__.py Sort imports alphabetically 2013-06-14 12:05:55 +02:00
actions.py Use Python 3.x compatible except construct 2013-06-14 23:19:28 +02:00
base.py Make get_object_by_id() work for most Django objects. 2013-06-22 11:26:41 -04:00
views.py Allow permissions to be set on tables 2012-12-06 16:15:12 +11:00