georgemarshall/django-cryptography

Django-3.1 not supported?

raratiru opened this issue · 3 comments

The tests do not cover Django-3.1, is it not supported?
Although it is somehow early, I have the same question for Python-3.9.

Wondering the same.
Get this error when using 3.1

Unsupported lookup 'exact' for EncryptedCharField or join on the field not permitted, perhaps you meant exact or iexact?

This project seems not to be actively maintained.

On the other hand, django-mirage-field, currently keeps up with the pace.

It is small (~200 lines of code) and also depends on pyca/cryptography.

r1bnc commented

Seems to work with Django 3.1.7, i have made a sample project with it on gitlab.
But now thinking of moving to django-mirage-field