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

README needs to be updated for Django 2.0 support #10

Closed jcass77 closed 5 years ago

jcass77 commented 5 years ago

The 'What's the Status of the Project?' section in the README still says that the project does not support Django 2.0, which https://github.com/danielquinn/django-encrypted-filefield/pull/9 seemed to have addressed?

danielquinn commented 5 years ago

Oh yeah, good point! I'll add that now.