We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ListDestroyModelMixin
1 parent 067baf3 commit dd7e393Copy full SHA for dd7e393
docs/index.html
16 Bytes
docs/index.md
@@ -2118,7 +2118,7 @@ To turn off protection you can set `DEFAULT_BULK_OPERATION_HEADER_NAME` as `None
2118
2119
This mixin allows you to delete many instances with one `DELETE` request.
2120
2121
- from rest_framework_extensions.mixins import ListDestroyModelMixin
+ from rest_framework_extensions.bulk_operations.mixins import ListDestroyModelMixin
2122
2123
class UserViewSet(ListDestroyModelMixin, viewsets.ModelViewSet):
2124
serializer_class = UserSerializer
0 commit comments