Re: using oldforms.SelectMultipleField on a custom field nets a proper select list, but I am only ever given the last value selected from the form

2008-05-20 Thread multigl
solved this myself overriding the get_manipulator_new_data method to use getlist on newdata instead of get. On May 20, 2:01 pm, multigl <[EMAIL PROTECTED]> wrote: > Ostensibly, I'm using an app very similar to the django tagging app, > and the admin field used to be a text in

using oldforms.SelectMultipleField on a custom field nets a proper select list, but I am only ever given the last value selected from the form

2008-05-20 Thread multigl
Ostensibly, I'm using an app very similar to the django tagging app, and the admin field used to be a text input that would do the connecting magic for you, but unfortunately we have too many users that find that complicated so I'm trying to turn it into a select box. If I define the function get