#9493: Formsets with data that violates unique constraints across forms are not
mared invalid
-------------------+--------------------------------------------------------
 Reporter:  Alex   |       Owner:  Alex      
   Status:  new    |   Milestone:            
Component:  Forms  |     Version:  1.0       
 Keywords:         |       Stage:  Unreviewed
Has_patch:  0      |  
-------------------+--------------------------------------------------------
 If I have a form with a unique ```name``` field, and I submit data that is
 a dupe of something in the db, it fails validation, however if I have a
 formset and I submit the same data 2x in the same formset, it passes
 validation and fails at the save level.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9493>
Django <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