Skip to content

Commit

Permalink
tag_ids reverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurora0000 committed Jun 6, 2015
1 parent 84ec4bc commit 9e14dcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forums/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class TopicSerializer(serializers.ModelSerializer):
was_edited = serializers.SerializerMethodField()
avatar_url = serializers.SerializerMethodField()
can_edit = serializers.SerializerMethodField()
tag_ids = TagForTopicSerializer(many=True)

class Meta:
model = Post
Expand Down

0 comments on commit 9e14dcc

Please sign in to comment.