mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # services/backend/apps/task/models.py
This commit is contained in:
@@ -16,6 +16,8 @@ class TaskOutSchema(ModelSchema):
|
||||
"description",
|
||||
"type",
|
||||
"in_competition_position",
|
||||
"points",
|
||||
"attachments",
|
||||
]
|
||||
|
||||
|
||||
@@ -28,4 +30,4 @@ class HistorySubmissionOut(ModelSchema):
|
||||
|
||||
class Meta:
|
||||
model = CompetitionTaskSubmission
|
||||
fields = ("id", "earned_points", "timestamp")
|
||||
fields = ("id", "earned_points", "timestamp", "content",)
|
||||
|
||||
Reference in New Issue
Block a user