Subfieldbase Has Been Deprecated. Use Field.from_db_value Instead
/python3.4/site-packages/django/db/models/fields/subclassing.py:22: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead. RemovedInDjango1
Solution 1:
I experienced this error while using python-social-auth 0.2.13
. If you are using python-social-auth
, I submitted a fix for this on GitHub, just now. This extends another fix submitted here.
Subscribe to both of those pull requests and if/when both pull requests are merged into the master
branch, you will no longer see the warning.
Post a Comment for "Subfieldbase Has Been Deprecated. Use Field.from_db_value Instead"