#4895: newforms form_for_* methods don't automatically validate against
unique_together
----------------------------------------------+-----------------------------
   Reporter:  Jungle                          |                Owner:  adrian   
      
     Status:  new                             |            Component:  
django.newforms
    Version:  SVN                             |           Resolution:           
      
   Keywords:  IntegrityError django.newforms  |                Stage:  Accepted 
      
  Has_patch:  0                               |           Needs_docs:  0        
      
Needs_tests:  0                               |   Needs_better_patch:  0        
      
----------------------------------------------+-----------------------------
Changes (by mtredinnick):

  * stage:  Design decision needed => Accepted

Comment:

 This gets fixed once Jacob has finished the model-aware validation stuff
 we started working on at OSCON. Things like this must be validated in the
 model, not the form, but for the form_for_* cases, the model's errors
 should then be fed back to the form. So the problem is real, but we are
 fixing it in a more holistic fashion than just tweaking form_for_*.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4895#comment:3>
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