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

dependency on six<=1.8.0 is wrong #47

Closed
dwt opened this issue Sep 18, 2015 · 1 comment
Closed

dependency on six<=1.8.0 is wrong #47

dwt opened this issue Sep 18, 2015 · 1 comment

Comments

@dwt
Copy link

dwt commented Sep 18, 2015

Actually 1.9.0 is required,

at least if I read it correct that at https://github.com/danfairs/django-lazysignup/blob/master/lazysignup/models.py#L78 you are using six.python_2_unicode_compatible, which was only introduced in 1.9.0.

At least if I read that code correctly. :-)

@dwt
Copy link
Author

dwt commented Sep 18, 2015

If the old version is desirable to you, it might be better to use https://docs.djangoproject.com/en/1.8/ref/utils/#django.utils.encoding.python_2_unicode_compatible - though I'm not sure which one goes further back.

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

1 participant