incuna / django-pgcrypto-fields

Transparent field level encryption for Django using the pgcrypto postgresql extension.
BSD 2-Clause "Simplified" License
229 stars 49 forks source link

missing BooleanPGPSymmetricKeyField #618

Open mainbuttondev opened 4 months ago

mainbuttondev commented 4 months ago

Dokumentation says that there is a BooleanPGPSymmetricKeyField field definition. My IDE can't find this method and I also can't migrate that code. grafik

jdanielnd commented 4 months ago

@cja-dev it seems to be an issue with the IDE loading the library. The field definition is available here.