flake8
passed.
JSHint
passed.
Review Request #10206 — Created Oct. 8, 2018 and submitted
Information | |
---|---|
chipx86 | |
Review Board | |
release-4.0.x | |
16c12b6... | |
Reviewers | |
reviewboard | |
Django's
smart_unicode
andforce_unicode
functions were deprecated
long ago in favor ofsmart_text
andforce_text
. We use both in a few
places, though forsmart_unicode
we really wanted theforce_
versions.This change updates the code to call these modern methods instead,
getting us a small step toward modern Django compatibility.
Unit tests pass.
Addressed feedback.
Branch: |
|
||||
---|---|---|---|---|---|
Commit: |
|
||||
Diff: |
Revision 2 (+93 -6) |
Bringing back my change that was overwritten.
Branch: |
|
||||
---|---|---|---|---|---|
Commit: |
|
||||
Diff: |
Revision 3 (+8 -8) |