Skip to content
Snippets Groups Projects

Odkazy na soutěže z míst

Merged Jiří Kalvoda requested to merge jk/issue-213 into devel
+ 1
1
@@ -35,7 +35,7 @@ def org_place(id: int):
contests = (sess.query(db.Contest)
.options(joinedload(db.Contest.round))
.filter_by(place=place)
).all()
.all())
contests.sort(key=lambda c: (-c.round.year, c.round.category, c.round.seq, c.round.part))
Loading