flake8
passed.
JSHint
passed.
Review Request #11941 — Created Jan. 20, 2022 and submitted
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
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 | |
---|---|