Przeglądaj źródła

self.url is not always set, return required fields for pin

1.x
Isaac Bythewood 7 lat temu
rodzic
commit
af4e7437a3
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      pinry/core/models.py

+ 2
- 1
pinry/core/models.py Wyświetl plik

@@ -46,4 +46,5 @@ class Pin(models.Model):
tags = TaggableManager()

def __unicode__(self):
return self.url
return '%s - %s' % (self.submitter, self.published)


Ładowanie…
Anuluj
Zapisz