class Foo(models.Model)
__unicode__(self):
return {int の変数}
としたばっかりに、このクラスを管理画面から更新・追加するときに
coercing to Unicode: need string or buffer, int found
なるエラーがでて2時間ほど時間をドブに捨ててしまった...orz
----
て、わかってからエラーメッセージ + Django を丸々 google 様に食わせたら一発で答えが出てきた orz。
class Foo(models.Model)
__unicode__(self):
return {int の変数}
ソフト開発に関するメモ
0 件のコメント:
コメントを投稿