mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 15:37:10 +00:00
bug: participants field in competition view
This commit is contained in:
@@ -11,7 +11,7 @@ class CompetitionOut(ModelSchema):
|
|||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Competition
|
model = Competition
|
||||||
fields = "__all__"
|
exclude = ("participants",)
|
||||||
|
|
||||||
|
|
||||||
class StateOut(ModelSchema):
|
class StateOut(ModelSchema):
|
||||||
|
|||||||
Reference in New Issue
Block a user