danielquinn / django-encrypted-filefield

Encrypt uploaded files, store them wherever you like and stream them back unencrypted
GNU General Public License v3.0
65 stars 22 forks source link

Updated fields.py to satisfy Django 1.11 changes #5

Closed beardo01 closed 6 years ago

beardo01 commented 6 years ago

Note that I haven't done significant testing. It appears to be working.

beardo01 commented 6 years ago

There we go, that should fix those errors. Proves that you shouldn't make PR at stupid times of the night!

solvire commented 6 years ago

Thanks for finding the fix @beardo01 - any idea what's holding up the pull request? Testing?

beardo01 commented 6 years ago

Unsure at this stage man. I was hoping that Daniel would add it in.

ashwch commented 6 years ago

Hi @danielquinn, any chances of this PR getting merged anytime soon?

danielquinn commented 6 years ago

Wow. I'm so sorry guys. I hadn't realised that I'd left this open. Merging now and I'll update PyPi shortly.

beardo01 commented 6 years ago

@danielquinn Cheers! Thanks for the update.