We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1712fd commit c6d5b8dCopy full SHA for c6d5b8d
sponsor/models.py
@@ -150,5 +150,5 @@ class Meta:
150
created_at = models.DateTimeField(auto_now_add=True)
151
updated_at = models.DateTimeField(auto_now=True)
152
153
- def __str_(self):
+ def __str__(self):
154
return f"{self.name}/{self.level}"
0 commit comments