Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of python_2_unicode_compatible from Django models #666

Closed
sks444 opened this issue Apr 10, 2020 · 1 comment · May be fixed by #667
Closed

Remove use of python_2_unicode_compatible from Django models #666

sks444 opened this issue Apr 10, 2020 · 1 comment · May be fixed by #667

Comments

@sks444
Copy link
Contributor

sks444 commented Apr 10, 2020

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 sks444 changed the title Remove use of python_2_unicode_compatible and method from Django models Remove use of python_2_unicode_compatible from Django models Apr 10, 2020
@ananyo2012
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants