#8795: unique_together validation fails on model forms that exclude unique 
fields
----------------------------------------+-----------------------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  nobody
            Status:  new                |     Milestone:  1.0   
         Component:  Forms              |       Version:  SVN   
        Resolution:                     |      Keywords:        
             Stage:  Unreviewed         |     Has_patch:  0     
        Needs_docs:  0                  |   Needs_tests:  0     
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Comment (by anonymous):

 instance is valid im 100% sure, in this situation first program create
 instance with "produkt" and "funkcja" complete then in other place user
 can only modified one field "wartosc" and this traceback show this place:

 lookup_kwargs[field_name] = self.cleaned_data[field_name]

 this list self.cleaned_data doesnt have 'produkt' key so bug truly exist

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