1👍
✅
The answer is the attribute full=True:
ingredients = fields.ToManyField(‘mezzanine_recipes.api.IngredientResource’, ‘ingredients’, full=True)
👤tom
Source:stackexchange.com