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

__str__ in field_names #4

Open
openmartin opened this issue Sep 25, 2016 · 1 comment
Open

__str__ in field_names #4

openmartin opened this issue Sep 25, 2016 · 1 comment

Comments

@openmartin
Copy link

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?

@erdem
Copy link
Owner

erdem commented Sep 25, 2016

Yes, that's should be a python 3 compatibility issue. We need to implement a fallback for this logic.

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

No branches or pull requests

2 participants