flake8
failed.
JSHint
passed.
flake8
-
reviewboard/admin/decorators.py (Diff revision 1) Show all issues
Review Request #12026 — Created Feb. 2, 2022 and submitted
Information | |
---|---|
david | |
Review Board | |
master | |
Reviewers | |
reviewboard | |
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 | |
---|---|
Description | From | Last Updated |
---|---|---|
F401 'django.utils.translation.gettext as _' imported but unused |
![]() |
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+640 -650) |