Request Method: POST Request URL: http://localhost:8000/admin/photos/photo/add/ Exception Type: TypeError Exception Value: argument 1 must be string or read-only buffer, not instance Exception Location: /usr/local/lib/python2.4/site-packages/django/db/models/base.py in _save_FIELD_file, line 339
(with above code) I guess this means "if the PIL Image class can be used directly as input to the save_FIELD_file() call." - it can't ? sorry new to python and just want to check I'm reading the error correctly. Any ideas on how to change the type? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---