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

Django-3.1 not supported? #50

Closed raratiru closed 3 years ago

raratiru commented 3 years ago

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.

emilpriver commented 3 years ago

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?

raratiru commented 3 years ago

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 3 years ago

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