bug: participants field in competition view

This commit is contained in:
Андрей Сумин
2025-03-01 11:26:50 +03:00
parent f5bf9b567b
commit daa83dc867
@@ -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):