Horizon UI support for Neutron VPNaaS
Go to file
Akihiro Motoki d9fd377e29 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 depreacted in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3

Add py35dj20 job to test Django 2.0 integration.
Also drops py27dj110 from tox.ini as horizon droped
Django 1.10 support in Rocky.

Change-Id: Ieb4364d9c46f126d4fa797b42f7602fb73f33a0f
2018-04-02 11:31:50 +09:00
deliverables Add deliverables info 2017-10-19 09:20:42 +00:00
devstack Fix the typo 2017-12-26 16:13:46 +08:00
doc/source doc: remove symlink for releasenotes 2018-01-28 05:27:24 +09:00
neutron_vpnaas_dashboard Django 2.0 support 2018-04-02 11:31:50 +09:00
releasenotes Django 2.0 support 2018-04-02 11:31:50 +09:00
.gitignore .gitignore: add translation catalogs (.mo and .pot) 2017-11-11 15:12:07 +00:00
.gitreview Add .gitreview 2017-06-20 20:56:08 +09:00
.zuul.yaml Django 2.0 support 2018-04-02 11:31:50 +09:00
CONTRIBUTING.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
HACKING.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
LICENSE Initial commit 2017-05-20 08:39:06 +09:00
README.rst Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
babel-django.cfg Correct django template pattern in babel-django.cfg 2018-02-06 01:14:03 +09:00
babel-djangojs.cfg Setup test environment 2017-05-20 11:30:02 +09:00
lower-constraints.txt add lower-constraints job 2018-03-27 17:34:11 +09:00
manage.py Setup test environment 2017-05-20 11:30:02 +09:00
requirements.txt Updated from global requirements 2018-03-26 12:09:14 +00:00
setup.cfg Update URLs in documents according to document migration 2017-08-11 00:31:15 +09:00
setup.py Initial commit 2017-05-20 08:39:06 +09:00
test-requirements.txt Merge "Drop mox3 from test-requirements.txt" 2018-03-25 18:12:32 +00:00
tox.ini Django 2.0 support 2018-04-02 11:31:50 +09:00