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

types has no attribute StringTypes in Python3. Update this to str #34

Open
jamespeacock opened this issue Sep 17, 2018 · 1 comment
Open

Comments

@jamespeacock
Copy link

File "/usr/local/lib/python3.6/site-packages/encrypted_fields/fields.py", line 163, in to_python
if value is None or not isinstance(value, types.StringTypes):
AttributeError: module 'types' has no attribute 'StringTypes'

@jonathan-chao-artivest
Copy link

please fix this asap. I had to manually change it in site-package and I would really love to avoid that.

There are some pending PRs that have this change already

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