You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came up with the exact same problem in #2418 issue
My DRF version is 3.9.4 but I can't inherit serializer fields in subclass and I have to redefine that field in each subclass.
I think this problem was fixed in #2388 issue but now I'm facing it.
The text was updated successfully, but these errors were encountered:
As I understand #2388 it was not fixed but waiting for a PR with a failing test case to understand the issue.
I'm closing this issue for the same reason. The next step is to come with a failing test case pull request.
I came up with the exact same problem in #2418 issue
My DRF version is 3.9.4 but I can't inherit serializer fields in subclass and I have to redefine that field in each subclass.
I think this problem was fixed in #2388 issue but now I'm facing it.
The text was updated successfully, but these errors were encountered: