horizon/openstack_dashboard/api
Akihiro Motoki 6dfcb90131 Support Django 3.0 and 3.1 support (1)
* Django 3.0 dropped django.utils.decorators.available_attrs()
  in favor of functools.WRAPPER_ASSIGNMENTS.
* Django 3.0 dropped django.utils.functional.curry()
  in favor of functools.partial() or functools.partialmethod().

https://docs.djangoproject.com/en/3.1/releases/3.0/#removed-private-python-2-compatibility-apis

Change-Id: I4ab0e720a8ffe13a08f5e607a59e39f252338b90
2021-09-14 12:54:01 +00:00
..
rest Support Django 3.0 and 3.1 support (1) 2021-09-14 12:54:01 +00:00
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
_nova.py Fix AttributeError in the project instance detail view 2020-11-20 20:57:28 +09:00
base.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
cinder.py Drop cinder v2 API support 2021-07-19 08:00:58 -04:00
glance.py Show image names at Admin-Instances dashboard 2021-08-11 18:12:09 +03:00
keystone.py Default role checker should be case-insensitive. 2021-05-21 21:03:09 +03:00
microversions.py Fix Unable to use multiattach volume as boot for new server 2021-06-30 22:48:56 +05:30
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
nova.py Fix Unable to use multiattach volume as boot for new server 2021-06-30 22:48:56 +05:30
swift.py Change with_data=False for swift_get_container 2021-04-07 16:26:37 +02:00