It seems like this would be a harmless change for future compatibility. I'd be happy to make said change if this is something that's ok.
<root path>/venv/lib/python3.4/site-packages/registration/urls.py:26: RemovedInDjango110Warning:
django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to
be a list of django.conf.urls.url() instances instead.
name='registration_complete'),
It seems like this would be a harmless change for future compatibility. I'd be happy to make said change if this is something that's ok.