Hi folks, Having a heck of a time modifying the admin site to use MultiValueField and MultiWidgets.
The concept I am building a cms with page regions, I need to render a dynamic # of textareas on the admin site and have them combine into a single database field in the db. I currently have a static # of fields working for displaying the content on the admin, but the save method is never executed and no errors are thrown. Here is a pastebin with example snippets. http://pastebin.com/f392604d6 Any help resolving this issue would be greatly appreciated. Also any direction on how to pass in another field from the database model 'page_template' to the MultiWidget/MultiValueField to dynamically render the fields () and widgets () tuples would be awesome! Thanks ahead of time Eric -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.