-
Notifications
You must be signed in to change notification settings - Fork 144
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
Change urlpatterns to match Django1.10 #117
Comments
+1 |
About your patch, it should be: main_ver = int(django_version[0])
secondary_ver = int(django_version[1]) else, you get:
|
@iankpconcentricsky I second that pull request |
@iankpconcentricsky @Tsangares so, what is the status of this? isn't that urgent for django 1.10? |
@noamgal Yes, it looks like there is another pull request #118. I could not get this django-tastypie-swagger to work sadly. Using pull #118, and #116, did not completely solve my issues. I do admit, I did not try very hard. But I was not eager to go debug someone else's code, I just started writing my own documentation because my api is small. |
@noamgal Will try and find time to review this PR this week. |
Linking #118 that covers this as well. |
Any news on this? |
+1 |
PR #121 should solve this |
django.conf.urls.patterns() will be removed in Django1.10.
https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-1-10
There are 2 pull requests to fix that:
#116 (mine , very defensively for django version)
and #115
@iankpconcentricsky - please approve one of them
Thanks
The text was updated successfully, but these errors were encountered: