danfairs / django-lazysignup

django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
BSD 3-Clause "New" or "Revised" License
410 stars 89 forks source link

make urlpatterns work with django 1.10 #51

Closed nschlemm closed 8 years ago

nschlemm commented 8 years ago

django.conf.urls.patterns() has been removed in 1.10 (deprecated since 1.8)

Fixes #49

danfairs commented 8 years ago

Hi! Thanks for contributing this. I included your changes in 5394660a2fa0642a0f534e49a0b9dca62d88914c which also contains a bunch of fixes for the tests, and the install docs.

nschlemm commented 8 years ago

Sure, thanks for publishing this app in the first place! When do you think you'll release the next version to pypi? :)

danfairs commented 8 years ago

https://pypi.python.org/pypi/django-lazysignup/1.1.1 🎉 🎉 🎉