You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -197,7 +197,7 @@ As with `ModelViewSet`, you'll normally need to provide at least the `queryset`
197
197
198
198
Again, as with `ModelViewSet`, you can use any of the standard attributes and method overrides available to `GenericAPIView`.
199
199
200
-
# Custom ViewSet base classes
200
+
# Custom ViewSet base classes
201
201
202
202
You may need to provide custom `ViewSet` classes that do not have the full set of `ModelViewSet` actions, or that customize the behavior in some other way.
203
203
@@ -211,7 +211,7 @@ To create a base viewset class that provides `create`, `list` and `retrieve` ope
211
211
viewsets.GenericViewSet):
212
212
"""
213
213
A viewset that provides `retrieve`, `update`, and `list` actions.
214
-
214
+
215
215
To use it, override the class and set the `.queryset` and
0 commit comments