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

Update Usage docs to mention the necessity of including *args, **kwargs when overriding methods #93

Open fjsj opened 1 month ago

fjsj commented 1 month ago

See discussion at: https://github.com/vintasoftware/drf-rw-serializers/pull/87#discussion_r1627984336

sshishov commented 1 month ago

This is possibly more proper fix for such a library instead of changed signature: https://github.com/vintasoftware/drf-rw-serializers/pull/94