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 for nested serializers #86

Open
silviogutierrez opened this issue May 2, 2016 · 1 comment
Open

Support for nested serializers #86

silviogutierrez opened this issue May 2, 2016 · 1 comment

Comments

@silviogutierrez
Copy link

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.

If you point me in the right direction, I can also take a look myself. Thanks again for making this tool.

Best,

Silvio

@Ivaylo-Bachvarov
Copy link
Contributor

#104

This pull requests fixes the problem 👍

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

No branches or pull requests

3 participants