Skip to content

Commit

Permalink
Implement DFHMS on Subrace
Browse files Browse the repository at this point in the history
  • Loading branch information
Gresh committed Aug 5, 2023
1 parent b935d94 commit f382abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class Meta:
'document__url'
)

class SubraceSerializer(serializers.HyperlinkedModelSerializer):
class SubraceSerializer(DynamicFieldsHyperlinkedModelSerializer):
class Meta:
model = models.Subrace
fields = ('name',
Expand Down

0 comments on commit f382abe

Please sign in to comment.