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_manipulator_field_objs and return a
curried oldforms.SelectMultipleField I get a proper multiple select
box in the admin site, but selecting more than one response seems to
only hand a single value to my __set__ function.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---