mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
180 stars 80 forks source link

Intercept import error raised by "from django.conf.urls import patterns, url" in django < 1.4 #175

Closed fpischedda closed 11 years ago

fpischedda commented 11 years ago

I've run the tests against django 1.3 and fixed the import error complaining about "from django.conf.urls import patterns, url"

Osmose commented 11 years ago

Closing as a duplicate of #174. When you added the commit to your branch it updated the old PR, so no need for a new one. :)