django-encrypted-fields icon indicating copy to clipboard operation
django-encrypted-fields copied to clipboard

Python 3 Updates

Open mlavin opened this issue 7 years ago • 3 comments

This builds off of the previous WIP for Python 3 and uses a version of python-keyczar which supports Python 3. Everything seems to work correctly on Python 3.5 and Django 1.11 but admittedly I haven't tested other Django versions or Python 2.

mlavin avatar Feb 09 '18 15:02 mlavin

Looks like this breaks Python 2 ¯_(ツ)_/¯

mlavin avatar Feb 09 '18 15:02 mlavin

It seems like your changes could be a fork for a REAL python 3 version of encrypted fields... With the python3 changes to strings/bytes/unicode, it seems unreasonable to make the encryption library backwards compatible rather than just forking and hosting a separate python3 version, imo!

jamespeacock avatar Sep 17 '18 21:09 jamespeacock

@mlavin If you haven't discovered this on your own yet, you don't need this guy's package anymore as django-extensions 2.0.0 and above offers encrypted fields support.

jamespeacock avatar Sep 17 '18 22:09 jamespeacock