mistral-dashboard/mistraldashboard/action_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/action_executions Update the URLs 2017-08-07 17:04:35 +05:30
__init__.py mistral-dashboard: added action executions screens 2016-12-06 10:46:15 +00:00
forms.py mistral-dashboard: added action executions screens 2016-12-06 10:46:15 +00:00
panel.py Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
tables.py Django 2.0 support 2018-05-15 06:14:48 +09:00
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