mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-27 03:54:01 +03:00
Fixed new default for many
This commit is contained in:
parent
7475fceacc
commit
38362bb43a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user