Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

EncryptedCharField isn't compatible with django 1.10 #75

Open
kalvish21 opened this issue Oct 7, 2016 · 2 comments
Open

EncryptedCharField isn't compatible with django 1.10 #75

kalvish21 opened this issue Oct 7, 2016 · 2 comments

Comments

@kalvish21
Copy link

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?

@aesmail
Copy link
Contributor

aesmail commented Nov 15, 2016

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

@stephenmuss
Copy link
Owner

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

Accepting pull requests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants