[Django]-SubfieldBase has been deprecated. Use Field.from_db_value instead

9👍

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.

Leave a comment