Commit 38362bb4 by Xavier Ordoquy

Fixed new default for many

parent 7475fcea
...@@ -84,7 +84,7 @@ class TestGenericRelations(TestCase): ...@@ -84,7 +84,7 @@ class TestGenericRelations(TestCase):
exclude = ('content_type', 'object_id') exclude = ('content_type', 'object_id')
class BookmarkSerializer(serializers.ModelSerializer): class BookmarkSerializer(serializers.ModelSerializer):
tags = TagSerializer() tags = TagSerializer(many=True)
class Meta: class Meta:
model = Bookmark model = Bookmark
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment