Tuesday, February 7, 2012

list_editable raising a MultiValueDictKeyError

Whenever I use list_editable inside of the django admin attempting to
save the data results in

Exception Type: MultiValueDictKeyError
Exception Value: "Key 'form-0-id' not found in <QueryDict: {u'form-66-
newID': [u''], etc. etc. >

Whenever I create custom forms I simply add in the form-0 inputs as a
hidden field. How do I work around this in the admin?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment