Skip to content

Commit

Permalink
Updated tagserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurora0000 committed Jun 24, 2015
1 parent 25e5890 commit f8ee75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forums/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def to_representation(self, value):
class TagSerializer(serializers.ModelSerializer):
class Meta:
model = Tag
fields = ('id', 'name', 'colour', 'posts')
fields = ('id', 'name', 'description', 'posts')


class TagForTopicSerializer(serializers.ModelSerializer):
Expand Down

0 comments on commit f8ee75f

Please sign in to comment.