Horizon UI support for Neutron FWaaS
Go to file
Akihiro Motoki 36e8f3999e 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.

blueprint django2-support

Change-Id: I8e0dcb64e1c82580767db482631450ba38654fc3
2018-04-03 19:37:55 +00:00
devstack Fix typos in documentation 2018-03-28 06:46:29 +09:00
doc/source Fix typos in documentation 2018-03-28 06:46:29 +09:00
etc Fix FWaaS create/update policy with non-admin 2017-07-13 02:45:57 +00:00
neutron_fwaas_dashboard Django 2.0 support 2018-04-03 19:37:55 +00:00
releasenotes Imported Translations from Zanata 2018-03-01 07:01:59 +00:00
.gitignore .gitignore: add translation catalogs (.mo and .pot) 2017-11-16 07:47:26 +00:00
.gitreview Add .gitreview 2017-06-21 09:38:17 +09:00
.zuul.yaml Django 2.0 support 2018-04-03 19:37:55 +00:00
babel-django.cfg Correct django template pattern in babel-django.cfg 2018-02-06 01:14:22 +09:00
babel-djangojs.cfg Initial commit 2017-05-22 13:36:41 +09:00
CONTRIBUTING.rst Fix typos in documentation 2018-03-28 06:46:29 +09:00
HACKING.rst Fix wrong homepage in setup.cfg 2017-07-31 08:21:30 +00:00
LICENSE Initial commit 2017-05-22 13:36:41 +09:00
lower-constraints.txt Drop mox3 from test-requirements.txt 2018-04-04 00:13:02 +09:00
manage.py Initial commit 2017-05-22 13:36:41 +09:00
README.rst Fix wrong homepage in setup.cfg 2017-07-31 08:21:30 +00:00
requirements.txt Updated from global requirements 2018-03-26 12:08:19 +00:00
setup.cfg Fix wrong homepage in setup.cfg 2017-07-31 08:21:30 +00:00
setup.py manually sync with g-r 2017-06-28 22:49:25 +02:00
test-requirements.txt Drop mox3 from test-requirements.txt 2018-04-04 00:13:02 +09:00
tox.ini Django 2.0 support 2018-04-03 19:37:55 +00:00