diff --git a/spa/api/v1/MixResource.py b/spa/api/v1/MixResource.py index a322242..f555950 100644 --- a/spa/api/v1/MixResource.py +++ b/spa/api/v1/MixResource.py @@ -16,7 +16,7 @@ from spa.models.Mix import Mix class MixResource(BackboneCompatibleResource): - comments = fields.ToManyField('spa.api.v1.CommentResource.CommentResource', 'comments') + comments = fields.ToManyField('spa.api.v1.CommentResource.CommentResource', 'comments', null=True) #downloads = fields.ToManyField('spa.api.v1.ActivityResource.ActivityResource', 'downloads') class Meta: