Explorar el Código

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

1.x
Isaac Bythewood hace 7 años
padre
commit
af4e7437a3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      pinry/core/models.py

+ 2
- 1
pinry/core/models.py Ver fichero

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

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


Cargando…
Cancelar
Guardar