georgemarshall / django-cryptography

Easily encrypt data in Django

Home Page:https://django-cryptography.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django 3.0 Import Error

xaiyeon opened this issue · comments

Summary:
Django 3.0 cannot import name six. Can you update the package to use the new six package?

Similar: Django 3.0 Six - SO

Traceback:
File "\app\src\core\main\api\vevnp\lib\site-packages\django_cryptography\fields.py", line 6, in <module> from django.utils import six ImportError: cannot import name 'six' from 'django.utils' (\src\core\main\api\vevnp\lib\site-packages\django\utils\__init__.py) (vevnp)

Fixed in #30