django-aesfield
django-aesfield copied to clipboard
'memoryview' object has no attribute 'startswith'
Hey I am using a similar code for a custom field and wondering if you had the issue with
AttributeError: 'memoryview' object has no attribute 'startswith'
The problem is with methods from_db_value
and to_python
where .startswith is used to check if aes_prefix is set.
I'm wondering if you knew how to overcome this issue?
Thanks!