Hello,

This should be a pretty simple question.  I have a list of options:

STAIN_CHOICES = (
    (1, 'DNA - DAPI'),
    (2, 'DNA - Hoechst'),
    (3, 'DNA - other'),
    (4, 'Actin - Phalloidin'),
    (5, 'Tubulin'),
)

I would like users to be able to select more than one of these things
at a time.  It looks like models.CommaSeparatedIntegerField would be
good for this, but how can I get a multi-selection list box as an
input?

-adam
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to