You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuerySets: check for .is_superuser instead of has_perm (#8181)
We use the is_superuser check in .com,
while we check for has_perm in .org.
These checks are only for the api user,
and has_perm always returns true for superusers.
I have checked and our api users are superusers,
so all good.
0 commit comments