troeger / opensubmit

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.
GNU Affero General Public License v3.0
30 stars 18 forks source link

Upgrade Django Social #163

Closed troeger closed 7 years ago

troeger commented 7 years ago

Django social made a non-backward compatible change:

https://github.com/omab/python-social-auth/blob/master/MIGRATING_TO_SOCIAL.md

Quick fix: Pin the package dependency to the last 0.2.something version

Good fix: Do what they say in the document.

troeger commented 7 years ago

Due to this, we cannot upgrade to the 0.3.x line for the moment:

https://github.com/python-social-auth/social-app-django/issues/9

Some of the earlier migrations start to fail, as described.

Wait for a fix for this issue, and then remove the version pinning.