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 1879f09 commit 1436d46Copy full SHA for 1436d46
bullet/problems/logic/results.py
@@ -31,7 +31,7 @@ def get_results(
31
"-solved_count",
32
"-solved_problems",
33
"competition_time",
34
- "team__rank_international"
+ "team__rank_international",
35
)
36
.select_related("team", "team__school", "team__venue", "team__venue__category")
37
.prefetch_related("team__contestants", "team__contestants__grade")
0 commit comments