Django's documentation doesn't do a very thorough job of explaining how to use MultiValueField and MultiWidget. I've tried dissecting the one implementation [1] and haven't had good results. Would someone mind giving me a quick pointer in the right direction?
My attempt is here: http://dpaste.com/hold/545609/ The resulting admin: http://i54.tinypic.com/4ihbo7.png Copied to StackOverflow: http://stackoverflow.com/questions/6064121/django-multivaluefield-and-multiwidget Anybody have a clue what's happening here? My guess is that there's some unintended exception suppression happening, but I haven't been able to locate the source. Thanks! -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.