1👍
✅
What’s wrong with bundle.data['user'] = "%s %s" % (user.first_name, user.last_name)
?
You could also check out this base class that I wrote. With it you can specify what fields to fetch:
https://github.com/dan-klasson/django-tastypie-specified-fields
Source:stackexchange.com