Get rid of obsolete @python_2_unicode_compatible usage.
Review Request #11985 — Created Jan. 24, 2022 and submitted — Latest diff uploaded
We no longer need
__str__
methods to work across Python 2 and 3, and
this decorator has been removed from Django. Get rid of it.
Ran unit tests.