On Thu, Feb 19, 2009 at 2:08 PM, Mark Jones <mark0...@gmail.com> wrote:
> > Maybe because I have a list of values that I want the user to be able > to select between. A list of 4 or so things that I want the user to > be able to choose one or more of. Is there some better way to get > this accomplished? > At the user interface level it sounds like you want a SelectMultiple or CheckboxSelectMultiple widget: http://docs.djangoproject.com/en/dev/ref/forms/widgets/#django.forms.SelectMultiple But -- I'm missing how a user's selection of one or things in a list maps to an IntegerField? What is this IntegerField you started with and how does that correspond to one or more things selected by the user? Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---