mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 00:27:11 +00:00
remove competition from task schema
This commit is contained in:
@@ -7,4 +7,4 @@ from apps.task.models import CompetitionTask
|
|||||||
class TaskOutSchema(ModelSchema):
|
class TaskOutSchema(ModelSchema):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = CompetitionTask
|
model = CompetitionTask
|
||||||
fields = ["id", "competition", "title", "description", "type"]
|
fields = ["id", "title", "description", "type"]
|
||||||
|
|||||||
Reference in New Issue
Block a user