aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/viewsets.html
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide/viewsets.html')
-rw-r--r--api-guide/viewsets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-guide/viewsets.html b/api-guide/viewsets.html
index cf46842e..f1d16ba6 100644
--- a/api-guide/viewsets.html
+++ b/api-guide/viewsets.html
@@ -372,7 +372,7 @@ class UserViewSet(viewsets.ModelViewSet):
mixins.RetrieveModelMixin,
viewsets.GenericViewSet):
"""
- A viewset that provides `retrieve`, `update`, and `list` actions.
+ A viewset that provides `retrieve`, `create`, and `list` actions.
To use it, override the class and set the `.queryset` and
`.serializer_class` attributes.