The tournaments list is current ordered by starting date. That means that ongoing multi-weekend tournaments that are finished get listed after single-weekend tournaments that started and finished while the former was ongoing. It makes more sense to sort ongoing before completed and then by date.
Of course we can't do that by changing Tournament.Meta.ordering, because is_finished() is a method, not an attribute.
The tournaments list is current ordered by starting date. That means that ongoing multi-weekend tournaments that are finished get listed after single-weekend tournaments that started and finished while the former was ongoing. It makes more sense to sort ongoing before completed and then by date.
Of course we can't do that by changing Tournament.Meta.ordering, because is_finished() is a method, not an attribute.