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

warnings in Django 1.8 #584

Closed
sarfrajimpinge opened this issue Apr 8, 2015 · 3 comments
Closed

warnings in Django 1.8 #584

sarfrajimpinge opened this issue Apr 8, 2015 · 3 comments

Comments

@sarfrajimpinge
Copy link

I have upgraded my Django from 1.7 to 1.8 recently and I am getting some warnings regarding social auth. I have gone through you issue list and found that you are saying that it is solved in #551 .So I have upgraded my Python social auth to latest one but warnings still remain as it is .

/home/path_to_project/lib/python3.4/site-packages/social/apps/django_app/default/models.py:29: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.UserSocialAuth doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  class UserSocialAuth(models.Model, DjangoUserMixin):

/home/path_to_project/lib/python3.4/site-packages/social/apps/django_app/default/models.py:67: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  class Nonce(models.Model, DjangoNonceMixin):

/home/path_to_project/lib/python3.4/site-packages/social/apps/django_app/default/models.py:78: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  class Association(models.Model, DjangoAssociationMixin):

/home/path_to_project/python3.4/site-packages/social/apps/django_app/default/models.py:91: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
  class Code(models.Model, DjangoCodeMixin):

Python social auth version -> python-social-auth==0.2.3

@dhilipsiva
Copy link

👍 For me too.

@omab
Copy link
Owner

omab commented Apr 9, 2015

Fixed by #550

@omab omab closed this as completed Apr 9, 2015
@sbhuvanas
Copy link

hi . I am a newbie for Django. I too get the same errors. I am totally confused. can you explain it clearly to solve this issue.

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

No branches or pull requests

4 participants