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

Django 1.10 migration #20

Closed srtonz closed 8 years ago

srtonz commented 8 years ago

Just checking in to see how django 1.10 compatibility is coming along?

I see there's a branch already, and installing from that branch seems to work OK with django 1.10.x at the moment. Are there any major obstacles to solve before you can push a new version?

GhalebKhaled commented 8 years ago

Codingwise it's ready, and should be merged within few days - I'm pending a colleage review before merging to master

srtonz commented 8 years ago

Thanks @GhalebKhaled, I'll be using it then :)