closeio/flask-common

EncryptedStringField named incorrectly

Closed this issue · 0 comments

tsx commented

Should be EncryptedBinaryField or something like that.

It actually outputs bytes (and stores bytes perfectly) and the fact that you can put a unicode in there was only a python2 side effect.