django.conf.urls.patterns() deprecated in 1.8, removed in 1.10
Bug #1652606 reported by
Tom Fifield
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
django-openid-auth |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
urls.py uses django.
https:/
https:/
The fix for urls.py is something like this:
from django.conf.urls import url
from django_openid_auth import views
urlpatterns = [
url(
url(
url(
]
Changed in django-openid-auth: | |
status: | New → Fix Released |
To post a comment you must log in.