masakari-dashboard/masakaridashboard/hosts
Akihiro Motoki 4052bde700 Django 2.0 support
Horizon and most horizon plugins support Django 2.0 in Rocky.
This commit focuses on passing the unit tests with Django 2.0.
It would be nice if masakari-dashboard team tests it in
real environments.

Replace django.core.urlresolves with django.urls

(In Django 2.0) The django.core.urlresolvers module is removed
in favor of its new location, django.urls.
It was deprecated in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3

Drops older Django unit tests from tox.ini
as horizon dropped Django <=1.10 support in Rocky.

Change-Id: I67907a2460f8472e5a6222210d74b3eed71be064
2018-09-30 20:10:29 +09:00
..
templates/hosts Implement update host 2018-07-26 08:40:43 +00:00
__init__.py Add host panel 2018-07-25 06:32:33 +00:00
forms.py Django 2.0 support 2018-09-30 20:10:29 +09:00
panel.py Add host panel 2018-07-25 06:32:33 +00:00
tables.py Django 2.0 support 2018-09-30 20:10:29 +09:00
tabs.py Implement host detail 2018-07-26 08:38:47 +00:00
tests.py Django 2.0 support 2018-09-30 20:10:29 +09:00
urls.py Implement update host 2018-07-26 08:40:43 +00:00
views.py Django 2.0 support 2018-09-30 20:10:29 +09:00