apikeys
Laurent 3 months ago
parent cf0b33aa2a
commit 7fa16f23c4
  1. 6
      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

Loading…
Cancel
Save