我正在尝试将django-pgcrypto添加到我的django项目中,但收到错误消息:
class EncryptedTextField (six.with_metaclass(models.SubfieldBase, BaseEncryptedField)):
AttributeError: module 'django.db.models' has no attribute 'SubfieldBase'
您对如何解决这个问题有什么建议吗?我正在使用django 1.10和python 3.5