django-ios-notifications icon indicating copy to clipboard operation
django-ios-notifications copied to clipboard

EncryptedCharField isn't compatible with django 1.10

Open kalvish21 opened this issue 8 years ago • 2 comments

Seems for django 1.10 we have the following:

from django_fields.fields import EncryptedCharField

Unfortunately django_fields isn't properly supported. EncryptedCharField isn't compatible with django 1.10. Can we remove this dependency?

kalvish21 avatar Oct 07 '16 03:10 kalvish21

Using this fork instead of the actual django_fields package solves the problem. Just uninstall the current django-fields package and: pip install git+https://github.com/nautilebleu/django-fields.git

aesmail avatar Nov 15 '16 06:11 aesmail

I would be open to removing the dependency and even the need for a password field.

Accepting pull requests.

stephenmuss avatar Dec 09 '16 02:12 stephenmuss