throttling.py
7.95 KB
-
Access `request.user.is_authenticated` as property not method, under Django 1.10+ (#4358) · 11a24683
* For Django >=1.10 use user.is_authenticated, not user.is_authenticated()
Tom Christie committed
* For Django >=1.10 use user.is_authenticated, not user.is_authenticated()