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

Revamp #43

Closed micahhausler closed 9 years ago

micahhausler commented 9 years ago

Hi Dan,

While I don't have the time to take over the project, I actually kind of need to use this on a current (1.7+) Django project. Do you mind if I open a PR to upgrade it to 1.7/1.8 support with temporary 1.6 support so anyone on 1.6 can migrate off of it? 1.6 is no longer supported, so it might be best to depreciate that as well. https://docs.djangoproject.com/en/1.8/internals/deprecation/