MultiValueDictKeyError when using UUIDField as pk

15 views
Skip to first unread message

g

unread,
Nov 2, 2010, 7:33:19 PM11/2/10
to django-extensions
Hi,

I have a model set up using a UUID for the primary_key field like so:
id = UUIDField(primary_key=True)

When using the model as an admin inline I get a MultiValueDictKeyError
error saying that the id is not found in the QueryDict.

It appears to be similar to this: http://code.djangoproject.com/ticket/12235

What is the fix for the issue?

Thanks
Reply all
Reply to author
Forward
0 new messages