Actual string representation of RaidResponse.
This commit is contained in:
parent
5eb4444e1d
commit
a2d1e753c1
|
@ -121,7 +121,7 @@ class RaidResponse(models.Model):
|
|||
self._original_status = self.status
|
||||
|
||||
def __str__(self):
|
||||
return super().__str__() # TODO?
|
||||
return f"{self.character} {self.get_status_display()} for '{self.raid}'"
|
||||
|
||||
|
||||
class RaidComment(models.Model):
|
||||
|
|
Loading…
Reference in a new issue