junction icon indicating copy to clipboard operation
junction copied to clipboard

Remove use of python_2_unicode_compatible from Django models

Open sks444 opened this issue 5 years ago • 0 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.

sks444 avatar Apr 10 '20 15:04 sks444