django-fernet-encrypted-fields/encrypted_fields
Steven Mapes 9630b3e5e2
Bug fix for #4
This is a bug fix for issue #4 where Django Admin raises an exception when saving Encrypted fields as the value is not encrypted at the time of the clean process.

This PR sets a semaphore property which is checked within the to_python method allowing the decryption to be skipped. It then removes the semaphore property to clean up the field
2021-12-17 17:29:10 +00:00
..
__init__.py first commit 2021-09-30 23:27:19 +09:00
fields.py Bug fix for #4 2021-12-17 17:29:10 +00:00