Re: Django custom ManyToManyField widget

2009-05-06 Thread George Song
On 5/6/2009 6:07 AM, atik wrote: > 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

Re: Django custom ManyToManyField widget

2009-05-06 Thread atik
I need help. Is it possible? 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 django-users@googlegroups.com To unsubscribe from this group, send e

Django custom ManyToManyField widget

2009-05-06 Thread atik
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. --~