horizon/openstack_auth
Akihiro Motoki e477eafa45 django2: 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

blueprint django2-support
Change-Id: I46ab5c325491274b8eaffbf848e5d80f83c2fd26
2018-02-17 01:36:48 +09:00
..
locale Imported Translations from Zanata 2018-02-16 06:24:31 +00:00
plugin Correct odd exception message 2018-01-30 13:11:31 +09:00
tests django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
__init__.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
backend.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
exceptions.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
forms.py Add user_domain_name to logs regarding authentication 2017-11-24 21:12:23 +00:00
models.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
policy.py Fix api.keystone.is_cloud_admin/is_domain_admin handling with new policies 2018-01-17 15:14:33 +01:00
urls.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
user.py Add Django OpenStack Auth to Horizon 2017-09-27 12:06:57 +01:00
utils.py doc: cleanup unnecessary vertical lines 2018-01-14 05:45:35 +09:00
views.py Horizon UI message when browser cookies disabled 2018-01-29 07:58:41 +00:00