trove-dashboard/trove_dashboard/content/databases
Akihiro Motoki ddaf10204a Django 2.0 support
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

The arguments of include() has been changed in Django 1.9
and the older style was dropped in Django 2.0.
https://docs.djangoproject.com/en/2.0/releases/1.9/#passing-a-3-tuple-or-an-app-name-to-include

Add py35dj20 job to test Django 2.0 integration.
Also drops older Django unit tests from tox.ini
as horizon dropped Django <=1.10 support in Rocky.

Depends-On: https://review.openstack.org/#/c/571061/
Change-Id: I122f8ad81807386517149f37aa8d63c76daac533
2018-06-08 13:27:11 +09:00
..
logs Django 2.0 support 2018-06-08 13:27:11 +09:00
templates/databases Use 'trimmed' for blocktrans in html page 2017-01-10 15:36:10 +08:00
workflows Django 2.0 support 2018-06-08 13:27:11 +09:00
__init__.py Restructuring tree to be plugin 2015-12-18 15:28:23 -07:00
db_capability.py Enable pxc grow/shrink 2016-12-07 17:00:26 -05:00
forms.py Django 2.0 support 2018-06-08 13:27:11 +09:00
panel.py Completing the plugin 2015-12-18 15:53:31 -07:00
tables.py Django 2.0 support 2018-06-08 13:27:11 +09:00
tabs.py Use for loop instead of map to modify iterables 2018-03-15 23:05:48 +08:00
tests.py Django 2.0 support 2018-06-08 13:27:11 +09:00
urls.py Django 2.0 support 2018-06-08 13:27:11 +09:00
views.py Django 2.0 support 2018-06-08 13:27:11 +09:00