fix claude issue

apikeys
Laurent 3 months ago
parent c6e431a0d3
commit a1becd8455
  1. 6
      tournaments/views.py

@ -295,9 +295,9 @@ def tournament(request, tournament_id):
.prefetch_related(
'rounds',
'rounds__children',
'rounds__matches__team_scores__team_registration__player_registrations__player',
'group_stages__matches__team_scores__team_registration__player_registrations__player',
'rounds__children__matches__team_scores__team_registration__player_registrations__player'
'rounds__matches__team_scores__team_registration__player_registrations',
'group_stages__matches__team_scores__team_registration__player_registrations',
'rounds__children__matches__team_scores__team_registration__player_registrations'
),
pk=tournament_id
)

Loading…
Cancel
Save