Skip to content

Commit dd7e393

Browse files
omidrahaauvipy
authored andcommitted
Fix ListDestroyModelMixin importing path (#176)
1 parent 067baf3 commit dd7e393

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/index.html

16 Bytes
Binary file not shown.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,7 @@ To turn off protection you can set `DEFAULT_BULK_OPERATION_HEADER_NAME` as `None
21182118

21192119
This mixin allows you to delete many instances with one `DELETE` request.
21202120

2121-
from rest_framework_extensions.mixins import ListDestroyModelMixin
2121+
from rest_framework_extensions.bulk_operations.mixins import ListDestroyModelMixin
21222122

21232123
class UserViewSet(ListDestroyModelMixin, viewsets.ModelViewSet):
21242124
serializer_class = UserSerializer

0 commit comments

Comments
 (0)