Skip to content

Commit

Permalink
feat: addresses #2, User & Organization models expand & surface in Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Feb 28, 2020
1 parent 655994f commit 7d8a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdi/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Meta:

class ToolSerializer(serializers.HyperlinkedModelSerializer):
license = serializers.StringRelatedField(source='license.spdx')
languages_supported = serializers.StringRelatedField(many=True)
languages_supported = LanguageSerializer(many=True)

class Meta:
model = Tool
Expand Down

0 comments on commit 7d8a034

Please sign in to comment.