mistral-dashboard/mistraldashboard/cron_triggers
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/cron_triggers Update the URLs 2017-08-07 17:04:35 +05:30
__init__.py UI: Cron Trigger screens - list and overview 2016-01-12 10:56:24 +00:00
forms.py UI: Cron trigger create modal 2016-02-09 07:41:38 +00:00
panel.py UI: Cron trigger create modal 2016-02-09 07:41:38 +00: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