From 7fa16f23c4652d0ba6290c10df757a6319f9dc7a Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 28 Jul 2025 15:07:50 +0200 Subject: [PATCH] fix --- tournaments/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tournaments/views.py b/tournaments/views.py index 53027ff..bdcb002 100644 --- a/tournaments/views.py +++ b/tournaments/views.py @@ -304,9 +304,9 @@ def tournament(request, tournament_id): 'group_stages__matches__team_scores', 'group_stages__matches', 'group_stages', - 'rounds__children__matches__team_scores__team_registration__player_registrations' - 'rounds__children__matches__team_scores__team_registration' - 'rounds__children__matches__team_scores' + 'rounds__children__matches__team_scores__team_registration__player_registrations', + 'rounds__children__matches__team_scores__team_registration', + 'rounds__children__matches__team_scores', 'rounds__children__matches' ), pk=tournament_id