-
-
Notifications
You must be signed in to change notification settings - Fork 546
Open
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)
Milestone
Description
Some permission checks have explicit user.is_anonymous permission check, some have implicit (its done as part of user_id comparison elsewhere), some don't check it at all, leaving it to view or view decorator to verify that user is signed in.
I would like to settle on single strategy for those.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)