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
User.is_authenticated() method is deprecated since django 2.0 but it's still in views.py. Has this to be replaced by property?
The text was updated successfully, but these errors were encountered:
It seems User.is_authenticated() is not deprecated. I am wrong?
Sorry, something went wrong.
I think it is now an attribute and not a method anymore.
Yes, You are right. would you like to create a patch to fix it?
Successfully merging a pull request may close this issue.
User.is_authenticated() method is deprecated since django 2.0 but it's still in views.py. Has this to be replaced by property?
The text was updated successfully, but these errors were encountered: