diff --git a/competition/views.py b/competition/views.py index 3c3f1a98..b2fffe1d 100644 --- a/competition/views.py +++ b/competition/views.py @@ -100,8 +100,7 @@ def generate_result_row( } -class CompetitionViewSet(mixins.CreateModelMixin, - mixins.RetrieveModelMixin, +class CompetitionViewSet(mixins.RetrieveModelMixin, mixins.UpdateModelMixin, mixins.ListModelMixin, viewsets.GenericViewSet):