mistral-dashboard/mistraldashboard/executions
Akihiro Motoki 3ae1e8aae3 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

Add py35dj20 job to test Django 2.0 integration.

Change-Id: I6d2e38201387012ba9a02c4b0bd8377895a5919a
2018-05-15 06:14:48 +09:00
..
templates/executions Task table - type column would refer to workflow executions accordingly 2017-01-03 09:42:59 +00:00
__init__.py Horizon plugin system compatibility 2014-06-23 14:54:57 +07:00
forms.py Django 2.0 support 2018-05-15 06:14:48 +09:00
panel.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
tables.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
tests.py Django 2.0 support 2018-05-15 06:14:48 +09:00
urls.py Merge "Task table - type column would refer to workflow executions accordingly" 2017-01-24 10:48:22 +00:00
views.py Django 2.0 support 2018-05-15 06:14:48 +09:00