django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

__get_serializer_class__() method does not works

Open werevolff opened this issue 9 years ago • 0 comments

djangorestframework==3.4.0, GenericViewSet. Inherited ViewSet doesn't contents serializer_class property, but method gets serializer_class attribute from parent. I think, that get_serializer_class must have more priotity

werevolff avatar Jul 27 '16 10:07 werevolff