horizon/horizon/templatetags
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 Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
angular.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
bootstrap.py Stop to use the __future__ module. 2020-06-03 10:45:18 +02:00
branding.py Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
breadcrumb_nav.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
form_helpers.py Add pages menu to volume backups pagination 2020-05-28 16:21:45 +00:00
horizon.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
parse_date.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
shellfilter.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00
sizeformat.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
splitfilter.py Fix typo in horizon/exceptions.py 2021-02-24 17:59:35 +09:00
truncate_filter.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00