Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using account.decorators.login_required raises ImportError: cannot import name 'available_attrs' in Django 3.0 #325

Open
delzac opened this issue Feb 29, 2020 · 0 comments
Labels

Comments

@delzac
Copy link

delzac commented Feb 29, 2020

Template instructions
If you use account.decorators.login_required, it imports
from django.utils.decorators import available_attrs

available_attrs is not present in Django 3.0

Describe the bug
ImportError: cannot import name 'available_attrs' in Django 3.0

Desktop

  • OS: unrelated
  • Browser unrelated
  • Version django-user-accounts==3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant