--- a/sdi/models.py Wed Jul 14 10:16:53 2010 +0530 +++ b/sdi/models.py Wed Jul 14 11:15:44 2010 +0530 @@ -73,3 +73,6 @@ likeliness_of_attending = models.CharField(max_length=1, choices=LIKELINESS_CHOICES) + def __unicode__(self): + + return self.first_name + " " + self.last_name