-----
Switched back to django-fernet-fields for default salt, making it incompatible
with 0.7.4! But, compatible with django-fernet-fields, so that you can migrate
easily if you haven't already.
If, unfortunnately, you have already deployed this in production, you have two
options:
- re-encrypt your data to use django-fernet-fields instead of djfernet,
- or set settings.DJFERNET_PREFIX=djfernet to keep going
Sorry about this laborious releases.
Also, added EncryptedBinaryField.