#9493: Formsets with data that violates unique constraints across forms are not
marked invalid
-------------------------------+--------------------------------------------
          Reporter:  Alex      |         Owner:  brosner
            Status:  assigned  |     Milestone:         
         Component:  Forms     |       Version:  1.0    
        Resolution:            |      Keywords:         
             Stage:  Accepted  |     Has_patch:  0      
        Needs_docs:  0         |   Needs_tests:  0      
Needs_better_patch:  0         |  
-------------------------------+--------------------------------------------
Comment (by mrts):

 Alex, if you have time please take a look at the attached patch and
 improve it further if you see something worth amending (it looks final-ish
 to me).

 (As for ''The reason for this is it leads to long and unruly lines, I
 think this makes it a tad easier to follow'', I mainly had in main
 avoiding copying (i.e. `foo = a_list` instead of `foo = a_list[:]`.
 Copying is usually required if the local copy is modified -- but not in
 this case.)

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