ASCII 以外の文字を含むファイルをアップロードすると、UnicodeEncodeError が発生します。
Exception Type: UnicodeEncodeError at /admin/studio/newsitem/add/
Exception Value: 'ascii' codec can't encode character u'\xf8' in position 78: ordinal not in range(128)
完全なスタック トレースを参照してください。
MySQL と nginx と FastCGI で Django 1.2 を実行しています。
これは、 Django Trac データベースに従って修正された問題ですが、まだ問題があります。修正方法に関する提案は大歓迎です。
編集:これは私の画像フィールドです:
image = models.ImageField(_('image'), upload_to='uploads/images', max_length=100)