issues
search
foundertherapy
/
django-cryptographic-fields
A set of fields that wrap standard Django fields with encryption provided by the python cryptography library.
MIT License
29
stars
34
forks
source link
update django cryptographic fields to django3
#26
Closed
SviatikKh
closed
2 years ago
SviatikKh
commented
2 years ago
What?
Remove django.utils.six
django.utils.encoding.force_text
Why?
django.utils.six - Removed from Django 3.0
django.utils.encoding.force_text - Removed from Django 3.0
What?
Why?