Skip to content

Commit

Permalink
it gets even better now :3
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 11, 2024
1 parent 85b2932 commit b92ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splashcat/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def home(request):
player_prefetch_queryset = Player.objects \
.select_related('weapon__name', 'weapon__flat_image', 'weapon__sub__name',
'weapon__sub__overlay_image', 'weapon__sub__mask_image', 'weapon__special__name',
'weapon__special__overlay_image', 'weapon__special__mask_image')
'weapon__special__overlay_image', 'weapon__special__mask_image').filter(is_self=True)
player_prefetch = Prefetch(
'teams__players',
queryset=player_prefetch_queryset,
Expand Down

0 comments on commit b92ca36

Please sign in to comment.