junction
junction copied to clipboard
Remove use of python_2_unicode_compatible from Django models
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.