From 33f1cd24cd84cc7e0ec2a76d1d8fed04dd401435 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 20 Feb 2014 14:55:10 +0000 Subject: Latest docs build --- api-guide/viewsets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-guide/viewsets.html') 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. -- cgit v1.2.3