pythonindia/junction

Remove use of python_2_unicode_compatible from Django models

Closed this issue · 1 comments

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.

Python 3 upgrade is done. So this is taken care.