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

Support django 3.0 #758

Closed
yukihira1992 opened this issue Sep 10, 2019 · 0 comments · Fixed by #759
Closed

Support django 3.0 #758

yukihira1992 opened this issue Sep 10, 2019 · 0 comments · Fixed by #759

Comments

@yukihira1992
Copy link
Contributor

yukihira1992 commented Sep 10, 2019

I tried django-storages 1.7.2 with Django 3.0a1.
I found that django-storage uses the django.utils.six module which will be removed in django 3.0.

django.utils.six - Remove usage of this vendored library or switch to six.

The module was used in the following places:

  • storages
    • backends
      • s3boto3.py
      • apache_libcloud.py
      • sftpstorage.py
      • ftp.py
  • tests
    • test_s3boto.py
    • test_s3boto3.py
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.

1 participant