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

Django 3 and REST API #13

Closed elcolie closed 4 years ago

elcolie commented 4 years ago

Request guarantee manual and Django 3 and REST API

danielquinn commented 4 years ago

Thanks to @odelseth, this has now been fixed in 0.2.2. Sorry for taking so long! Have a look at my comments on #14 regarding what's coming down the pipe for this library around support for older versions of Python & Django.