Skip to content

Commit 3a762d9

Browse files
authored
Update permissions.md (encode#8260)
I might just be misunderstanding something (always a strong possibility!), but it seems to me that the table on the Permissions page is slightly inaccurate. For `permission_classes`, wouldn't it have global-level permissions for list actions (rather than no permission control, as is currently listed)?
1 parent 37b73ef commit 3a762d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ The following table lists the access restriction methods and the level of contro
286286

287287
| | `queryset` | `permission_classes` | `serializer_class` |
288288
|------------------------------------|------------|----------------------|--------------------|
289-
| Action: list | global | no | object-level* |
289+
| Action: list | global | global | object-level* |
290290
| Action: create | no | global | object-level |
291291
| Action: retrieve | global | object-level | object-level |
292292
| Action: update | global | object-level | object-level |

0 commit comments

Comments
 (0)