I apologize for the lack of information, I am not very good at
debugging yet, so I do not always know what is needed to determine the
cause of the error. This is the traceback for the is_required error
(not sure if this is helpful):

args            ()
choices ()
help_text       None
initial         None
kwargs      {'field_name': 'living_with', 'is_required': True,
'validator_list': []}
label           None
required        True
self            <django.newforms.fields.MultipleChoiceField object at
0x13e2370>
widget  None

The way I want to setup this field, is to have a multiple choice box
(don't need to use ManyToMany, cause they are just choices) and it
will get stored in a python list when retrieved from the db and stored
as a concatenated string with a comma as the delimiter in the db.
Maybe I am going about this wrong?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to