flake8
failed.
JSHint
passed.
Review Request #12026 — Created Feb. 2, 2022 and submitted
Now that Django is Python 3 only, the regular
gettext
methods always
return unicodestr
types. The aliases prefixed withu
were
deprecated and will be removed in Django 4.x, so we should switch over
now to silence a ton of warnings.
Ran unit tests.
Summary | ID |
---|---|
fe2dfdb587abffd4acdb816d971fbf49b918561a |
Description | From | Last Updated |
---|---|---|
F401 'django.utils.translation.gettext as _' imported but unused |
reviewbot |
Summary | ID | |
---|---|---|
5d7cffb174f85324d432594d47f8ae81c9fadc0c | ||
fe2dfdb587abffd4acdb816d971fbf49b918561a |
Revision 2 (+640 -650)