Hello,

I have an inline-editable model with a FileField, which is set as the
only core field. When I return to the admin page to add another file,
it deletes any previously uploaded files.

I assume this is because the form input fields are blank for
pre-existing files, as I do not hit 'Browse' and locate a new file for
these entries. Therefore, all the core fields are empty so the record
is deleted.

Is this the intended behavior? This follows from how core=True works
with CharFields, but it seems like FileFields should be handled
differently as an empty form field does not mean 'no file'.

-Noah


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to