We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8e564 commit b309eb2Copy full SHA for b309eb2
bullet/problems/logic/results.py
@@ -28,7 +28,7 @@ def get_results(
28
return (
29
ResultRow.objects.filter(id__in=rows)
30
.order_by("-solved_count", "-solved_problems", "competition_time")
31
- .select_related("team", "team__school")
+ .select_related("team", "team__school", "team__venue", "team__venue__category")
32
.prefetch_related("team__contestants", "team__contestants__grade")
33
)
34
0 commit comments