in moderator/moderate/models.py [0:0]
def __str__(self): return "Question {pk} from {user}".format(pk=self.id, user=self.asked_by)