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 dropped support to django.utils.six #162

Closed
nicfix opened this issue Oct 1, 2019 · 1 comment
Closed

Django 3 dropped support to django.utils.six #162

nicfix opened this issue Oct 1, 2019 · 1 comment

Comments

@nicfix
Copy link

nicfix commented Oct 1, 2019

I am testing Django==3.0a1 and as you can see in the release notes (https://docs.djangoproject.com/en/dev/releases/3.0/#removed-private-python-2-compatibility-apis) the module django.utils.six will be dropped with the version 3 of Django.

Here you can find my Traceback:

  File "/Development/personal/arch_deps_api/venv/lib/python3.6/site-packages/markdownx/urls.py", line 9, in <module>
    from .views import (
  File "/Development/personal/arch_deps_api/venv/lib/python3.6/site-packages/markdownx/views.py", line 5, in <module>
    from .forms import ImageForm
  File "/Development/personal/arch_deps_api/venv/lib/python3.6/site-packages/markdownx/forms.py", line 8, in <module>
    from django.utils.six import BytesIO
ModuleNotFoundError: No module named 'django.utils.six'

Please evaluate the migration to six as suggested in the #removed-private-python-2-compatibility-apis section of the release note.

Thanks for this amazing library!

@adi-
Copy link
Member

adi- commented Dec 26, 2019

Already fixed in master

@adi- adi- closed this as completed Dec 26, 2019
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

Successfully merging a pull request may close this issue.

2 participants