Skip to content

Instantly share code, notes, and snippets.

@ewelina29
Created April 8, 2021 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewelina29/2d85154150efb213817472971689f233 to your computer and use it in GitHub Desktop.
Save ewelina29/2d85154150efb213817472971689f233 to your computer and use it in GitHub Desktop.
class PizzaListSerializer(serializers.ModelSerializer):
sauce = serializers.CharField(source="sauce.name")
class Meta:
model = Pizza
fields = '__all__'
depth = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment