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