#6033: validation shouldn't take place when deleting inline objects
---------------------------+------------------------------------------------
Reporter:  akaihola        |       Owner:  nobody         
  Status:  new             |   Component:  Admin interface
 Version:  newforms-admin  |    Keywords:  inline delete  
   Stage:  Unreviewed      |   Has_patch:  0              
---------------------------+------------------------------------------------
 As noted originally in a comment to #5828, I noticed a slight usability
 problem with inline editing. I have a related model which only has a
 foreign key to the parent model and an e-mail field. So in the inline view
 I see the e-mail field and the delete checkbox. If I both clear the e-mail
 field and check the delete checkbox, I get a validation error for the
 blank e-mail address, which doesn't make sense since I'm removing it
 anyway.

 Brosner commented: "Interesting point. Sounds like the deletion needs to
 happen before any validation. akaihola, could you open a new ticket about
 that. That is unrelated to this ticket, but is a good point. I'd hate for
 this ticket to be fixed and your issue doesn't get fixed as it should."

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6033>
Django Code <http://code.djangoproject.com/>
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to