def __str__(self): """Display string for EmailLog.""" return "%s - %s" % (formats.date_format(self.date_sent), self.subject)