Skip to content

Releases: danielquinn/django-encrypted-filefield

0.2.2

27 Feb 17:20
fb715e0

Choose a tag to compare

Added a dependency on six as it was removed from Django 3.x+.

0.2.1

31 Aug 15:20

Choose a tag to compare

  • Fixes a hard dependency on python-magic==0.4.12 which appears to have been removed from PyPI.

0.2.0

20 Feb 11:00

Choose a tag to compare

Add support for Django 2.0

0.1.2

05 Jan 12:59

Choose a tag to compare

Thanks to #5 this now supports Django 2.0+.

0.1.0

08 Apr 19:06

Choose a tag to compare

  • You can now put your salt, password and url names into settings.py, though I still wouldn't recommend it.