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 996f781 commit 0c784f9Copy full SHA for 0c784f9
1 file changed
ietf/nomcom/models.py
@@ -114,6 +114,7 @@ class Nominee(models.Model):
114
class Meta:
115
verbose_name_plural = 'Nominees'
116
unique_together = ('email', 'nomcom')
117
+ ordering = ['-nomcom__group__acronym', 'email__address', ]
118
119
def __unicode__(self):
120
if self.email.person and self.email.person.name:
0 commit comments