vintasoftware / drf-rw-serializers

Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
MIT License
177 stars 28 forks source link

inheritance of generics APIView classes fixes #6

Closed amitgaru2 closed 5 years ago

amitgaru2 commented 5 years ago

The inheritance approach followed previous is not appropriate and structured.

hugobessa commented 5 years ago

I see you changes have broken the tests, @arneec. Do you know why they broke?