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

make fields and tests compatible with Python 3 #14

Closed guruofgentoo closed 8 years ago

guruofgentoo commented 8 years ago

Fixes #13

Note that freezegun also does not appear to be compatible with Python 3, so its usage has been removed from tests.

Very few changes are necessary to make fields PY3 compatible. This solution has been tested in sqlite and postgresql.