We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found str in field_names site.py[141 line] cause unicode error and type error
So I add
field_names.remove("__str__")
I am using python 2.7, is this the problem?
The text was updated successfully, but these errors were encountered:
Yes, that's should be a python 3 compatibility issue. We need to implement a fallback for this logic.
Sorry, something went wrong.
No branches or pull requests
I found str in field_names site.py[141 line] cause unicode error and type error
So I add
I am using python 2.7, is this the problem?
The text was updated successfully, but these errors were encountered: