mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-05 18:34:52 +00:00
Generic unicode updates
This commit is contained in:
@ -11,5 +11,5 @@ class QueuedMail(models.Model):
|
||||
# separately from an antispam and delivery perspective.
|
||||
usergenerated = models.BooleanField(null=False, blank=False, default=False)
|
||||
|
||||
def __unicode__(self):
|
||||
def __str__(self):
|
||||
return "%s: %s -> %s" % (self.pk, self.sender, self.receiver)
|
||||
|
Reference in New Issue
Block a user