Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Django version < 2.0 for now (otherwise tests fail) #71

Merged
merged 1 commit into from Dec 20, 2017

Conversation

tomaszn
Copy link
Contributor

@tomaszn tomaszn commented Dec 20, 2017

Error with Django 2.0:
File ".../wq.db/.eggs/python_social_auth-0.2.21-py3.4.egg/social/apps/django_app/default/models.py", line 33, in AbstractUserSocialAuth
user = models.ForeignKey(USER_MODEL, related_name='social_auth')
TypeError: init() missing 1 required positional argument: 'on_delete'

Error with Django 2.0:
  File ".../wq.db/.eggs/python_social_auth-0.2.21-py3.4.egg/social/apps/django_app/default/models.py", line 33, in AbstractUserSocialAuth
      user = models.ForeignKey(USER_MODEL, related_name='social_auth')
  TypeError: __init__() missing 1 required positional argument: 'on_delete'
@sheppard sheppard merged commit 483e7db into wq:master Dec 20, 2017
@sheppard
Copy link
Member

Thanks, the travis issue was unrelated. I released v1.0.0-1 to PyPI and created #72.

@tomaszn tomaszn deleted the forbid_django_2 branch December 20, 2017 20:39
@sheppard sheppard added this to the 1.1 milestone Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants