实际上,使用过滤器看起来有更好的方法:
my_book = Book.objects.get(pk=1) all_ingredients = Ingredient.objects.filter(recipe__book=my_book)