horizon/openstack_dashboard/api
Akihiro Motoki cd7c1b5110 Address RemovedInDjango40Warning (2)
django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(),
ungettext(), and ungettext_lazy() are deprecated in favor of the
functions that they’re aliases for: django.utils.translation.gettext(),
gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy().

https://docs.djangoproject.com/en/4.0/releases/3.0/#id3

Change-Id: I77878f84e9d10cf6a136dada81eabf4e18676250
2022-02-04 16:22:07 +09:00
..
rest Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09: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 Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
glance.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
keystone.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09: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 Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
nova.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
swift.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00