horizon/openstack_dashboard/dashboards/project/volume_groups
Akihiro Motoki e4444e6979 Address RemovedInDjango40Warning (4)
In Django 3.0, django.utils.http.urlquote(), urlquote_plus(),
urlunquote(), and urlunquote_plus() are deprecated in favor of
the functions that they’re aliases for: urllib.parse.quote(),
quote_plus(), unquote(), and unquote_plus().

https: //docs.djangoproject.com/en/4.0/releases/3.0/
Change-Id: I37fcd917cbf87b4d3141cfbdd2675aa38f33f2a4
2022-02-04 16:27:18 +09:00
..
templates/volume_groups Ensure to use tenant_quota_usages 2019-02-20 05:05:55 +09:00
__init__.py Generic volume group support 2018-06-09 06:39:18 +00: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
tabs.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tests.py Address RemovedInDjango40Warning (4) 2022-02-04 16:27:18 +09: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
workflows.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00