mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-23 21:16:36 +02:00
Order participations by validity status and by trigram
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -341,6 +341,7 @@ class Participation(models.Model):
|
||||
class Meta:
|
||||
verbose_name = _("participation")
|
||||
verbose_name_plural = _("participations")
|
||||
ordering = ('valid', 'team__trigram',)
|
||||
|
||||
|
||||
class Pool(models.Model):
|
||||
|
Reference in New Issue
Block a user