horizon/openstack_dashboard/dashboards/admin/defaults
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
..
templates/defaults Reduce page title duplication in Admin Defaults 2015-02-11 16:32:29 +00:00
__init__.py Revert "Remove the update default quotas feature" 2014-09-30 18:12:02 +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 Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01: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