-
Notifications
You must be signed in to change notification settings - Fork 95
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
Django 1.11 and Python 3.6 causes error in migration #38
Milestone
Comments
tim-schilling
added a commit
to tim-schilling/django-timezone-field
that referenced
this issue
Apr 13, 2017
Merged
I have
|
Did you upgrade to that environment then run |
tim-schilling
added a commit
to tim-schilling/django-timezone-field
that referenced
this issue
Jun 7, 2017
Does it work now with Django 1.11? |
I fixed that by changing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently upgraded to django 1.11 and python 3.6. This caused a migration that should have ran without any problem. However, due to django's field internals keeping values as bytes rather than unicode this errors out in
_get_python_and_db_repr
as there is no handler for a bytes type.Stacktrace from migration:
PR to follow.
The text was updated successfully, but these errors were encountered: