Remove use of python_2_unicode_compatible from Django models
Closed this issue · 1 comments
sks444 commented
We are using python_2_unicode_compatible
decorator at almost every model and also __unicode__
at some of them which I think is not required as we are no longer on Python 2
.
ananyo2012 commented
Python 3 upgrade is done. So this is taken care.