I have the same problem doing feeds, can anyone help me? Yes, i'm using sorl-thumbnail.
El lunes, 11 de agosto de 2008, 14:59:47 (UTC-5), Daehee escribió: > > Thank you for the prompt responses. I am using sorl-thumbnail on > Google Code, and with your tips I found the solution to the problem > based on the FileField refactoring here: > http://code.google.com/p/sorl-thumbnail/issues/detail?id=34 > > Daehee > > On Aug 11, 3:37 pm, "Marty Alchin" <[email protected]> wrote: > > On Mon, Aug 11, 2008 at 3:22 PM, Daehee <[email protected]> wrote: > > > Hi, I'm using Django revision 8309. After I recently update to this > > > revision, it seems to break my code... Just wondering if anyone else > > > is having the same errors. I tried to roll back to a previous revision > > > but now the error seems stuck. Any help would be appreciated. > > > > This would have been introduced in revision 8244, with the FileField > > changes. Values for FileField are no longer raw strings, so they don't > > have the startswith() method anymore. I was told last night that some > > of the thumbnail apps rely on startswith(), and are thus breaking. > > > > The solution here is to update the thumbnail app to use the value's > > "name" attribute as the string it wants. > > > > -Gul -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bc8e4077-2d4e-4e89-836b-d337c841a9c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

