1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-27 09:58:53 +02:00

Place field is useless

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-04-26 21:42:29 +02:00
parent 3a650a1e89
commit c686584e74
6 changed files with 20 additions and 13 deletions

View File

@ -27,7 +27,7 @@ class PassageViewSet(ModelViewSet):
queryset = Passage.objects.all()
serializer_class = PassageSerializer
filter_backends = [DjangoFilterBackend]
filterset_fields = ['pool', 'place', 'solution_number', 'defender', 'opponent', 'reporter', 'pool_tournament', ]
filterset_fields = ['pool', 'solution_number', 'defender', 'opponent', 'reporter', 'pool_tournament', ]
class PoolViewSet(ModelViewSet):