I found this problem once myself: 1. Add a news_pic, upload the image. 2. Go to edit the parent news item, make some changes, save it. 3. Discover the image has been deleted. I dealt with it by moving core=True to another field, like 'title' or 'tags'.
Notice that in step 2 the news_pic is displayed but its input field is blank. I think the admin mistakes this blank input field for a blank image and then deletes the image. I'm looking into it myself, but I haven't been able to verify my theory... only that this messy solution worked in a pre-magic-removal gallery app that I threw away (magic removal was a bit traumatic for me). -- Joshua --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---