#2413: FileField edit_inline broken
-----------------------------+----------------------------------------------
 Reporter:  Gacha            |        Owner:  adrian   
     Type:  defect           |       Status:  new      
 Priority:  highest          |    Milestone:           
Component:  Admin interface  |      Version:  new-admin
 Severity:  critical         |   Resolution:           
 Keywords:                   |  
-----------------------------+----------------------------------------------
Changes (by [EMAIL PROTECTED]):

  * priority:  normal => highest
  * severity:  normal => critical

Comment:

 Here is a little more detail to help understand the error:
 
 If a model 'foo' is created that has a one-to-many relationship with 'foo-
 files' (foo-files has a column of the filefield type, of course), and if
 the 'foo-files' has the edit_inline=models.TABULAR or
 edit_inline=modles.STACKED, when the 'foo' object is editid and saved, the
 'foo-file' objects associated with it are deleted.  If a user is creating
 a foo object and adds foo-files at the bottom, the admin panel exhibits
 the correct behavior.  The error only seems to occur when one edits, and
 then saves a foo object.
 
 I think the severity of this error should be increased.  I think any time
 an error causes a loss of data, it is severe.  Accordingly, I have also
 increased its priority.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2413>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to