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

support django 1.5 #27

Closed brad closed 11 years ago

brad commented 11 years ago

A couple changes were needed to get the tests passing on django 1.5. I double-checked that they pass in Django 1.4 after these changes as well.

I pulled part of this from #24, thanks @huxley.