mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-04-10 10:21:00 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| fields.py | ||