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

replace deprecated django.utils.decorators.available_attrs #67

Closed cccaballero closed 3 years ago

cccaballero commented 4 years ago

Fixing Django 3 compatibility with solution recommended in issue #66

danfairs commented 3 years ago

Apologies, keeping on top of PRs for this project is way down my priority list these days!

I've gone ahead and merged the PR.