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

Project Status? #22

Open cameron-emburse opened 3 weeks ago

cameron-emburse commented 3 weeks ago

Is this project still maintained?

AndrewGrossman commented 3 weeks ago

+1

nanorepublica commented 3 weeks ago

Yes, but not actively worked on since it is stable and does the job it needs to.

cameron-emburse commented 2 weeks ago

Does this support newer versions of Django (e.g., at least 4.2)?

nanorepublica commented 2 weeks ago

It doesn't explicitly as I have yet to update the main codebase with the project to 4.2 (need to do database upgrades first). That said I have no reason to think it would break for newer versions of Django.

I am also very happy to take PRs if there are changes that are required.