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:
|
||||
model = Competition
|
||||
fields = "__all__"
|
||||
exclude = ("participants",)
|
||||
|
||||
|
||||
class StateOut(ModelSchema):
|
||||
|
||||
Reference in New Issue
Block a user