This commit is contained in:
DerTyp187
2021-11-22 14:16:55 +01:00
parent 1b49f2db54
commit 5ebdd78c4a
6 changed files with 81 additions and 20 deletions

View File

@@ -32,4 +32,4 @@ class Rating(models.Model):
date_created = models.DateTimeField(default=timezone.now)
def __str__(self):
return self.topic.title + " - " + self.is_positive + " - " + self.ip + " - " + self.date_created
return self.topic.title + " - " + self.ip