Skip to content

Commit 6b1125a

Browse files
committed
Merge pull request #4020 from alukach/patch-1
Add .partial_update to ModelViewSet documentation
2 parents c1802db + 3fdd6e1 commit 6b1125a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/viewsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ In order to use a `GenericViewSet` class you'll override the class and either mi
179179

180180
The `ModelViewSet` class inherits from `GenericAPIView` and includes implementations for various actions, by mixing in the behavior of the various mixin classes.
181181

182-
The actions provided by the `ModelViewSet` class are `.list()`, `.retrieve()`, `.create()`, `.update()`, and `.destroy()`.
182+
The actions provided by the `ModelViewSet` class are `.list()`, `.retrieve()`, `.create()`, `.update()`, `.partial_update()`, and `.destroy()`.
183183

184184
#### Example
185185

0 commit comments

Comments
 (0)