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

Django 3.0 Support #38

Open
g3rd opened this issue Jan 8, 2020 · 4 comments
Open

Django 3.0 Support #38

g3rd opened this issue Jan 8, 2020 · 4 comments
Assignees

Comments

@g3rd
Copy link
Collaborator

g3rd commented Jan 8, 2020

Todo:

  • Fix bugs related to Django 3.0 upgrade

Discussion:

  • Change versioning to match the major Django versions. Thus after this push, the version will be 3.0.
@g3rd g3rd self-assigned this Jan 8, 2020
@g3rd g3rd mentioned this issue Jan 8, 2020
@g3rd g3rd added this to the Python 3+ / Django 3 Support milestone Jan 8, 2020
@gabrielfarah
Copy link

Hi, need any help getting this milestone thru? Will be more than happy to help

@chevie
Copy link

chevie commented Mar 19, 2020

Hi, any visibility as to when this milestone will be completed? I'd like to update to Django 3 but by build is breaking with error
File ".../scheduler/models.py", line 9, in
from django.utils.encoding import python_2_unicode_compatible
ImportError: cannot import name 'python_2_unicode_compatible'

@lifenautjoe
Copy link

Hi! Any progress on this? Also happy to sponsor some coffees for this one. Its a blocker :-(

@cunla
Copy link

cunla commented Jul 22, 2021

since it doesn't look like this is maintained, I found a workaround, in your manage.py - add:

import django.utils.encoding
import six
django.utils.encoding.python_2_unicode_compatible = six.python_2_unicode_compatible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants