-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
I've tried the following:
from django.contrib.postgres.fields import JSONField
from fernet_fields import EncryptedField
class EncryptedJSONField (EncryptedField, JSONField):
...
private_column = EncryptedJSONField(default = dict)but got the following error:
django.db.utils.ProgrammingError: column "private_column" is of type jsonb but expression is of type byteaAny suggestion?
Metadata
Metadata
Assignees
Labels
No labels