We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
Great tool! Are there any plans to support nested serializers? Like say:
class FooSerializer(serializers.Serializer): spam = serializers.CharField() class BarSerializer(serializers.Serializer): foo = FooSerializer()
The endpoint for BarSerializer would list all the fields inside FooSerializer.
BarSerializer
FooSerializer
If you point me in the right direction, I can also take a look myself. Thanks again for making this tool.
Best,
Silvio
The text was updated successfully, but these errors were encountered:
#104
This pull requests fixes the problem 👍
Sorry, something went wrong.
No branches or pull requests
Hi there,
Great tool! Are there any plans to support nested serializers? Like say:
The endpoint for
BarSerializer
would list all the fields insideFooSerializer
.If you point me in the right direction, I can also take a look myself. Thanks again for making this tool.
Best,
Silvio
The text was updated successfully, but these errors were encountered: