simone / django-compositekey

Django Composite Multiple PrimaryKey
77 stars 16 forks source link

Problem with InlineFormSet in the Admin #2

Closed simone closed 13 years ago

simone commented 13 years ago

MultiValueDictKeyError at /admin/sample/book/Simone-LDAP server/ "Key 'chapter_set-0-id' not found

id is "virtual" but have to be present, (maybe hidden in this kind of formset)

simone commented 13 years ago

the problem was in the creatiuon of the key. it was created also if part of the key was None or blank. solved by considering None all keys without all parts valorized.