Access `request.user.is_authenticated` as property not method, under Django 1.10+ (#4358)
* For Django >=1.10 use user.is_authenticated, not user.is_authenticated()
Showing
Please
register
or
sign in
to comment
* For Django >=1.10 use user.is_authenticated, not user.is_authenticated()