You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SubfieldBase is deprecated as of Django 1.8 and will be removed in Django 1.10. This pull request simply removes the EncryptedFieldMixin metaclass variable and its SubfieldBase value, and adds from_db_value().
Since we don't need to do anything with our field values beyond decrypting them, from_db_value simply calls to_python() to decrypt the data and return the proper Python object.
Other, minor updates:
* The Travis CI config includes Django 1.8 and 1.9
* The python-keyczar is now set to 0.715, the latest version as of this commit
* Line breaks for PEP8 compliance
0 commit comments