georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
371 stars 70 forks source link

Does not support Django 3.0 #31

Closed danny-zorroa closed 4 years ago

danny-zorroa commented 4 years ago

In 3.0 django.utils.six has been dropped and they recommend switching to the standard six lib. When trying run the manage.py collectstatic command the following exception is thrown.

File "/root/.local/lib/python3.6/site-packages/django_cryptography/fields.py", line 6, in from django.utils import six ImportError: cannot import name 'six'

georgemarshall commented 4 years ago

This has already been addressed in #30 and I will try to cut a release of it shortly.