horizon/openstack_dashboard/api/rest
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
..
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
cinder.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
config.py Add support to get disk_formats from glance 2019-12-17 14:56:44 +02:00
glance.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
json_encoder.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
keystone.py Define default settings explicitly (openstack_dashboard 1/5) 2019-04-24 02:32:47 +09:00
network.py Fix tenant floating_ip_allocation call in neutron rest api. 2019-06-07 10:47:41 +10: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
policy.py Trivial: Fix import order in api/rest/*.py 2016-02-12 12:41:44 +08:00
swift.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
urls.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
utils.py Support Django 3.0 and 3.1 support (1) 2021-09-14 12:54:01 +00:00