mistral-dashboard/mistraldashboard/actions
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/actions Fix workflow language link 2018-03-28 11:07:20 +00:00
__init__.py Add actions panel 2015-08-07 07:46:56 +08:00
forms.py Django 2.0 support 2018-05-15 06:14:48 +09:00
panel.py Add actions panel 2015-08-07 07:46:56 +08:00
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 Update URLs to Django 1.8 style 2016-02-10 13:20:28 +08:00
views.py Django 2.0 support 2018-05-15 06:14:48 +09:00