We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Template instructions If you use account.decorators.login_required, it imports from django.utils.decorators import available_attrs
account.decorators.login_required
from django.utils.decorators import available_attrs
available_attrs is not present in Django 3.0
available_attrs
Describe the bug ImportError: cannot import name 'available_attrs' in Django 3.0
Desktop
The text was updated successfully, but these errors were encountered:
force_text()
No branches or pull requests
Template instructions
If you use
account.decorators.login_required
, it importsfrom django.utils.decorators import available_attrs
available_attrs
is not present in Django 3.0Describe the bug
ImportError: cannot import name 'available_attrs' in Django 3.0
Desktop
The text was updated successfully, but these errors were encountered: