Hi, I have a models with a many2many field. I try to use it with MultiChoiceField in newforms to.? But it doesn't work. I hve this error : Exception Type: TypeError Exception Value: 'categories' is an invalid keyword argument for this function
args () f <django.db.models.fields.DateTimeField object at 0x170c9f0> kwargs {'categories': [u'2']} prop 'categories' self <Newsletter: Newsletter object> val None which is normal since i shoul create an object. My question is how do u save a form with a MultipleChoiceField in a model ? Any idee ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---