> The sve() method gives an error tracing back to the UPDATE statement.
Usually it helps get you better responses, if you include the actual stack trace. > In the statement the 'image' field looks like > "image"=/path/to/the/file.ext, ... > > What is the proper method to set this field? The ImageField's value is a string with the path of the image file relative to your settings.MEDIA_ROOT. It is not the absolute path of the image file. You can easily check this by uploading an image through this field from the Admin screen and then checking what the field contains for that image. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---