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.
2 parents fb6242d + 4f99fef commit c4f9facCopy full SHA for c4f9fac
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