Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nested RelatedField #319

Open
jheld opened this issue Oct 10, 2024 · 0 comments
Open

Support nested RelatedField #319

jheld opened this issue Oct 10, 2024 · 0 comments

Comments

@jheld
Copy link

jheld commented Oct 10, 2024

There is a very custom use case in DRF, called RelatedField which subclasses Field and thus sits just a little underneath the usual class hierarchy of Serializer. They are quite similar, but I unfortunately cannot simply plug-n-play a subclass of RelatedField inside a call to NestedField.

So, I'm wondering if there's room to build support in the wiring of NestedField or perhaps to make a new integration point like NestedRelatedField to accommodate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant