Before I just used the django built-in serializers and added the model field.
{ pk: 1 model: "zoo.cat" }
How can I get the same model field using django-piston?
I tried the fields = ('id', 'model'), but that didn't work.
python django django-piston
Pickels
source share