When i create a ModelForm from a Model with a ManyToManyField in it, the default widget creates a select drop down with all the foreign key objects in it. I want to replace the widget with a textarea with a comma separated list of names.How can i do this? I am using django 1.02. Plz help me.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

