dcwatson / django-pgcrypto

Python and Django utilities for encrypted fields using pgcrypto.
BSD 2-Clause "Simplified" License
69 stars 23 forks source link

Update for Django (and Python) 3, drop PyCrypto #25

Closed dcwatson closed 4 years ago

dcwatson commented 4 years ago

Title pretty much says it all. Get things working for modern versions of Django and Python, and replace PyCrypto (which doesn't seem to be maintained anymore?) with cryptography.

tomasgarzon commented 4 years ago

Thanks! when are you planning to release this version in pip?

dcwatson commented 4 years ago

Just set up CI for a matrix of Django versions (2.2, 3.0, 3.1) and Python versions (3.5-3.8). I want to update the docs a little bit, but will probably have a new version push out by the end of the week.

tomasgarzon commented 4 years ago

thanks a lot!

dcwatson commented 4 years ago

Version 2.0.0 has been pushed to PyPI.