foundertherapy / django-cryptographic-fields

A set of fields that wrap standard Django fields with encryption provided by the python cryptography library.
MIT License
29 stars 34 forks source link

Under python 3.5.2, syntax error in fields.py #22

Open lanshark opened 7 years ago

lanshark commented 7 years ago

Line 31 is an improperly formatted raise command. Believe it should be:

    'FIELD_ENCRYPTION_KEY defined incorrectly: {}'.format(str(e)))