horizon/openstack_dashboard/local
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
..
enabled Remove _40_router.py.example file 2015-08-21 12:27:55 -04:00
local_settings.d Drop Django based implementation of launch instance 2022-01-24 16:21:18 +05:30
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
local_settings.py.example Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00