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 c75b5e9 commit 4f99fefCopy full SHA for 4f99fef
1 file changed
ietf/meeting/models.py
@@ -1138,3 +1138,6 @@ class ImportantDate(models.Model):
1138
name = ForeignKey(ImportantDateName)
1139
class Meta:
1140
ordering = ["-meeting_id","date", ]
1141
+
1142
+ def __unicode__(self):
1143
+ return u'%s : %s : %s' % ( self.meeting, self.name, self.date )
0 commit comments