Fish Trophy

david got a fish trophy!

Change force_text to force_str

Review Request #12021 — Created Jan. 29, 2022 and submitted

Information

Review Board
master

Reviewers

There's now no difference between force_text and force_str. That
alias is going to be removed in Django 4.0, and raises a warning now, so
switch to the new name.

Ran unit tests.

Summary ID
Change force_text to force_str
There's now no difference between `force_text` and `force_str`. That alias is going to be removed in Django 4.0, and raises a warning now, so switch to the new name. Testing Done: Ran unit tests.
d736d817bb07f62bad10271df1950825381b981b
Description From Last Updated

Small nit: Mind alphabetizing these imports? It was already incorrect, but while here..

chipx86chipx86
chipx86
  1. 
      
  2. reviewboard/attachments/mimetypes.py (Diff revision 1)
     
     

    Small nit: Mind alphabetizing these imports? It was already incorrect, but while here..

  3. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (4c21b2e)
Loading...