chibisov / drf-extensions

DRF-extensions is a collection of custom extensions for Django REST Framework
http://chibisov.github.io/drf-extensions/docs
MIT License
1.47k stars 208 forks source link

Allow direct importing of ListDestroyModelMixin from rest_framework_extensions.mixins #260

Closed NeilduToit13 closed 5 years ago

NeilduToit13 commented 5 years ago

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.