horizon/openstack_dashboard/dashboards/admin/metering
Bin Zhou 9afd7d0875 Modify use of assertTrue(A in B)
Developers should use assertIn(A, B) instead of assertTrue(A in B ).

TrivialFix

Change-Id: I93f3c540e4cc9015162283ea71813613a13e3555
2016-09-03 11:26:52 +08:00
..
templates/metering Make the date input box more neatly 2016-06-08 08:58:31 +00:00
__init__.py Add metering panel to admin console 2013-09-03 10:20:23 +10:00
forms.py [TrivialFix]Remove the redundant required=True 2016-07-19 23:14:25 +08:00
panel.py Move Horizon to pure plugin loading only 2015-08-03 14:49:31 -06:00
tables.py Remove some old (pre-1.8) Django compatibility code 2015-11-06 06:55:22 +00:00
tabs.py Change preset for resource usage to 'last day' 2015-03-24 13:08:58 +01:00
tests.py Modify use of assertTrue(A in B) 2016-09-03 11:26:52 +08:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Branding: Workflow cancel btn should be themable 2016-03-14 12:48:11 -07:00