We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
retrieve
detail
1 parent 91916a4 commit a849627Copy full SHA for a849627
docs/tutorial/6-viewsets-and-routers.md
@@ -16,7 +16,7 @@ First of all let's refactor our `UserList` and `UserDetail` views into a single
16
17
class UserViewSet(viewsets.ReadOnlyModelViewSet):
18
"""
19
- This viewset automatically provides `list` and `detail` actions.
+ This viewset automatically provides `list` and `retrieve` actions.
20
21
queryset = User.objects.all()
22
serializer_class = UserSerializer
0 commit comments