django.conf.urls.defaults has been removed in Django 1.6
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
django-openid-auth |
Fix Committed
|
Undecided
|
Unassigned | ||
python-django-openid-auth (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Just got around to actually trying my app with Django 1.6 not just running the django-openid-auth testsuite. There seems to be another compatability issue. django.
See: https:/
django.
Looks like it just needs a simple:
-from django.
+from django.conf.urls import *
Environment:
Request Method: GET
Request URL: http://
Django Version: 1.6
Python Version: 2.7.5
Installed Applications:
('django.
'django.
'django.
'django.
'django.
'django.
'django_
'django.
'django.
'uploads')
Installed Middleware:
('django.
'django.
'django.
'django.
'django.
Traceback:
File "/usr/lib/
101. resolver_match = resolver.
File "/usr/lib/
318. for pattern in self.url_patterns:
File "/usr/lib/
346. patterns = getattr(
File "/usr/lib/
341. self._urlconf_
File "/usr/lib/
40. __import__(name)
File "/home/
19. url(r'^openid/', include(
File "/usr/lib/
26. urlconf_module = import_
File "/usr/lib/
40. __import__(name)
File "/usr/lib/
30. from django.
Exception Type: ImportError at /
Exception Value: No module named defaults
Related branches
- Ricardo Kirkner: Approve
-
Diff: 79 lines (+20/-11)5 files modifieddjango_openid_auth/tests/urls.py (+1/-1)
django_openid_auth/urls.py (+1/-1)
example_consumer/manage.py (+12/-8)
example_consumer/settings.py (+5/-0)
example_consumer/urls.py (+1/-1)
- Ricardo Kirkner: Approve
-
Diff: 25 lines (+2/-2)2 files modifieddjango_openid_auth/tests/urls.py (+1/-1)
django_openid_auth/urls.py (+1/-1)
Changed in python-django-openid-auth (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in django-openid-auth: | |
status: | Fix Released → Confirmed |
Changed in django-openid-auth: | |
status: | Confirmed → Fix Committed |
Fixed in the new source package