소스 검색

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

1.x
Isaac Bythewood 7 년 전
부모
커밋
af4e7437a3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      pinry/core/models.py

+ 2
- 1
pinry/core/models.py 파일 보기

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

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


불러오는 중...
취소
저장