lambdalisue / django-inspectional-registration

Django registration app with Inspection before activation
http://pypi.python.org/pypi/django-inspectional-registration
42 stars 26 forks source link

django.conf.urls.patterns() is depreceated, update to list/tuple? #64

Closed ryanjdillon closed 8 years ago

ryanjdillon commented 8 years ago

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'),
lambdalisue commented 8 years ago

I see thanks! I'll add some workaround.

lambdalisue commented 8 years ago

@giginet Could you work on this?