Fixed new default for many

This commit is contained in:
Xavier Ordoquy 2014-05-01 01:24:48 +02:00
parent 7475fceacc
commit 38362bb43a

View File

@ -84,7 +84,7 @@ class TestGenericRelations(TestCase):
exclude = ('content_type', 'object_id')
class BookmarkSerializer(serializers.ModelSerializer):
tags = TagSerializer()
tags = TagSerializer(many=True)
class Meta:
model = Bookmark