#9076: Inline forms can result in a "Please correct the errors below." message
with no errors listed.
-------------------------------+--------------------------------------------
          Reporter:  coady     |         Owner:  nobody
            Status:  closed    |     Milestone:        
         Component:  Forms     |       Version:  1.0   
        Resolution:  fixed     |      Keywords:        
             Stage:  Accepted  |     Has_patch:  1     
        Needs_docs:  0         |   Needs_tests:  0     
Needs_better_patch:  0         |  
-------------------------------+--------------------------------------------
Comment (by kmtracey):

 I think remaining instances of this problem may be due to something I
 mentioned in the last comment I added to #9578 -- if the queryset used
 during POST differs from the one used during GET to create the formset
 (even just in ordering), then POST data may not be correctly matched up to
 existing DB instances and formset validation may fail.  #9578 is still
 open so I don't think this needs to be re-opened at this point.  I'll add
 a note there that even changes in ordering can cause a problem.

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