mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
dfa
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user