action decorator does not honor serializer_class (potentially other kwargs too) #9177
-
Hi, I have searched a bit but could not find a similar issue, but i feel like i am doing something wrong. I am using "@action" decorator on a viewset method and try to override the serializer class, but the viewset still uses the actual serializer class. Here's my method
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh I am silly, I did not realise I was overriding it somewhere deep down in my hierarchy tree. Sorry |
Beta Was this translation helpful? Give feedback.
Oh I am silly, I did not realise I was overriding it somewhere deep down in my hierarchy tree. Sorry