Skip to content

Commit

Permalink
fixed #49
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Aug 20, 2021
1 parent 58739b6 commit e6ba3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archiv/api_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class StelleSerializer(serializers.HyperlinkedModelSerializer):
class Meta:
model = Stelle
fields = "__all__"
depth = 1
depth = 2


class TextSerializer(serializers.HyperlinkedModelSerializer):
Expand Down

0 comments on commit e6ba3a7

Please sign in to comment.