danielquinn / django-encrypted-filefield

Encrypt uploaded files, store them wherever you like and stream them back unencrypted
GNU General Public License v3.0
65 stars 22 forks source link

compatibility with django 3 (django.utils.six has been removed) #15

Closed moyid closed 4 years ago

moyid commented 4 years ago

Hi! I really like this library, but it is now causing an import error because it uses django.utils.six, which has been removed from django 3. I'm creating this issue to request for compatibility with Django 3. Thank you!

gurugeek commented 4 years ago

same issue for me, I would be grateful for an upgrade to Django 3

danielquinn commented 4 years ago

Thanks to @odelseth, this has now been fixed in 0.2.2. Sorry for taking so long! Have a look at my comments on #14 regarding what's coming down the pipe for this library around support for older versions of Python & Django.