Re: MultiValueField & MultiWidgets in Django Admin

2010-02-11 Thread bruno desthuilliers
On Feb 10, 9:26 pm, djangomg wrote: > > 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. Wrong approach IMHO. If you have multiple page regions per page, each needing it's own tex

MultiValueField & MultiWidgets in Django Admin

2010-02-10 Thread djangomg
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 sta