aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/viewsets.html
diff options
context:
space:
mode:
authorTom Christie2014-02-20 14:55:10 +0000
committerTom Christie2014-02-20 14:55:10 +0000
commit33f1cd24cd84cc7e0ec2a76d1d8fed04dd401435 (patch)
tree9133e49c5a33b7700d987e94b78055d2b92e2258 /api-guide/viewsets.html
parenta7dad0da01613595b33793979a45e64e3a7a9ef7 (diff)
downloaddjango-rest-framework-33f1cd24cd84cc7e0ec2a76d1d8fed04dd401435.tar.bz2
Latest docs build
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.