mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-20 23:15:10 +00:00
Fixed missing comments child causing mix upload to fail
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user