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

RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10 #754

Closed
ghost opened this issue Oct 3, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 3, 2015

Please, check your /site-packages/social/apps/django_app/urls.py and replace 'auth', 'complete', 'disconnect', 'disconnect' to view.

Tested on Django1.9a1, Python 3.5

yprez added a commit to yprez/python-social-auth that referenced this issue Dec 16, 2015
In django_app/urls.py:
* Use a list instead of `patterns`
* Use view callables instead of strings

Fixes omab#804, omab#754
yprez added a commit to yprez/python-social-auth that referenced this issue Dec 17, 2015
In django_app/urls.py:
* Use a list instead of `patterns`
* Use view callables instead of strings

Fixes omab#804, omab#754
@yprez
Copy link
Contributor

yprez commented Jan 14, 2016

Can be closed I think, not sure why github didn't close this automatically...

@omab
Copy link
Owner

omab commented Dec 26, 2016

This got solved.

@omab omab closed this as completed Dec 26, 2016
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

2 participants