its-django / mysite

<<It's Django - 用Python迅速打造Web應用>> 書中程式碼
Apache License 2.0
48 stars 25 forks source link

p.136 關於unicode #17

Open LJC0915 opened 7 years ago

LJC0915 commented 7 years ago

你好 我的版本是 python3.5.2

我在model.py 中放入 def unicode(self): return self.name 但是在shell中依舊回傳<QuerySet [, ] 而不是show出餐廳名稱

LJC0915 commented 7 years ago

自問自答 python3 中 要用str 取代 unicode