Change django.conf.urls.defaults -> django.conf.urls
Review Request #4566 — Created Sept. 13, 2013 and submitted
Change django.conf.urls.defaults -> django.conf.urls
Django 1.4 changed the namespace for 'patterns' and 'url' from
django.conf.urls.defaults to django.conf.urls. This was listed in the
deprecation notes, but we never updated it because 1.4 maintained
compatibility. 1.5 got rid of the compatibility shim, so we need to actually
update now.
Ran unit tests