#12235: MultiValueDictKeyError when editing Inline objects
-------------------------------------------+--------------------------------
          Reporter:  br...@playfirst.com   |         Owner:  nobody
            Status:  reopened              |     Milestone:        
         Component:  django.contrib.admin  |       Version:  1.2   
        Resolution:                        |      Keywords:        
             Stage:  Accepted              |     Has_patch:  0     
        Needs_docs:  0                     |   Needs_tests:  0     
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by quinode):

 @ramiro :
 Ok, the matiasb fix (bruce_s version for me) finally works with the
 django_extension UUIDField() implementation too.
 I was getting errors because of another hack on a particular model.
 I'm currently asking for the fix to be added to the django_extension uuid
 field.

 @atkinsonr:
 Rather than defining yourself your UUIDfield in your abstract model, you
 could try to use django_extensions with the fix

 Now, I'm not sure is this can be called "invalid" or "fixed"
 If I understand what the fix does, it sets *again* the _meta.auto_field
 and _meta.has_auto_field that should have been set by django itself
 Is this happening because Django skip this process when a CharField is
 given as pk ?
 (Or is it that ALL the people writing UUIDFields are all wrong ?)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12235#comment:21>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to