horizon/openstack_dashboard/dashboards/identity/application_credentials
Akihiro Motoki d9266fd82c Address RemovedInDjango40Warning (3)
In Django 3.1, django.conf.urls.url() is deprecated
in favor of django.urls.re_path().

https://docs.djangoproject.com/en/4.0/releases/3.1/#id2

Change-Id: I484694f8718f61c022126a1935cf28fce075894b
2022-02-04 16:26:54 +09:00
..
templates/application_credentials Add support for keystone access rules 2019-10-30 14:47:05 +09:00
__init__.py Add support for application credentials 2018-04-26 09:32:00 +02:00
forms.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
panel.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tables.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tests.py Fix display of application credential roles 2020-05-15 16:43:20 +10:00
urls.py Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
views.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00