On 12/23/2013 11:23 PM, Tim Schnell wrote: > It looks like the defaults module has been removed in Django 1.6. It was > deprecated in Django 1.4. You should be able to just change these imports > to: > > from django.conf.urls import patterns, url > > https://docs.djangoproject.com/en/dev/releases/1.4/#django-conf-urls-defaul > ts > > > -Tim Indeed, this was the problem. Thanks Tim, I have been able to upload the package to Sid, without breaking Wheezy backport, thanks to this. \o/ Thomas Goirand (zigo)