added an import to rest_framework.mixins to allow direct importing of ListDestroyModelMixin
It appears that this is why ListUpdateModelMixin is imported into mixins (to facilitate direct importing), and the documentation also thinks that it is currently possible to directly import ListDestroyModelMixin. It isn't, this import makes it possible.
added an import to rest_framework.mixins to allow direct importing of ListDestroyModelMixin It appears that this is why ListUpdateModelMixin is imported into mixins (to facilitate direct importing), and the documentation also thinks that it is currently possible to directly import ListDestroyModelMixin. It isn't, this import makes it possible.