From: Guillaume Pellerin Date: Fri, 1 Aug 2014 19:34:03 +0000 (+0200) Subject: quota order X-Git-Tag: 1.1~321 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7321f23d11545631c0ed9237bc51898cd2142f70;p=teleforma.git quota order --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index 75af0ae1..55980249 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -126,7 +126,7 @@ class Quota(models.Model): class Meta(MetaCore): verbose_name = _('Quota') verbose_name_plural = _('Quotas') - ordering = ['date_start'] + ordering = ['corrector'] def __unicode__(self): return ' - '.join([unicode(self.corrector), self.course.title, str(self.value)])