4 Commits

Author SHA1 Message Date
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
Anastasia Kuznetsova
19761bfa60 Fix gate-mistral-dashboard-python34
Fixed a lot of AttributeError: 'module' object has no attribute 'nested'
and F821 undefined name 'unicode' errors.

Change-Id: I79e73e27608ec6b76fd4ccf0ee9dcaf2ddf965ed
Closes-Bug: #1544499
2016-02-16 11:15:59 +03:00
Zhenguo Niu
1852a48472 Add 'update' and 'delete' unit tests for workflows
Partially implements blueprint mistral-dashboard-ut

Change-Id: I2e167e48f1d825610bcf15df1dcd7a47d516df57
2015-08-11 10:58:45 +08:00
Zhenguo Niu
d6bddedad0 Add 'index' and 'create' unit tests for workflows
Partially implements blueprint mistral-dashboard-ut

Change-Id: I3ff0cd8958edf1f50d4da10c51aae8bac652b2b5
2015-08-10 17:59:44 +08:00