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
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
What steps will reproduce the problem?
1. Add a custom method to your Model that returns a list
2. Add the above custom method to the "extras" of the serialize function using
the 'json' serializer type
What is the expected output? What do you see instead?
Expected is json Array type and not a stringified list "[1,2,3]"
What version of the product are you using? On what operating system?
wadofstuff-django-serializers 1.0.0
Please provide any additional information below.
I have attached a patched version of wadofstuff.django.serializers.python.
The patch may need review.
Original issue reported on code.google.com by alen.ri...@gmail.com on 14 Sep 2010 at 5:48
Original issue reported on code.google.com by
alen.ri...@gmail.comon 14 Sep 2010 at 5:48Attachments: