mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
In Django 2.0, request.user.is_authenticated stops supporting `.is_authenticated()` and becomes just a property. In 1.11, it's a CallableProperty (i.e. can be used either way), and we already use it as a property in several other places, so we should just switch to using it consistently now to get it off of our Django 2.x migration checklist.
7.3 KiB
7.3 KiB