Malcolm Tredinnick wrote:
> On Thu, 2008-03-06 at 15:24 +0100, Alper Çugun wrote:
>
>   
>> If I have a model with a ManyToMany relation, the django admin shows
>> multiselect widgets with a plus so you can add the related objects on
>> the spot. Is there a way to duplicate this functionality when
>> rendering a form for the same model using newforms.ModelForm?
>>     
>
> http://groups.google.com/group/django-users/browse_frm/thread/8204c2d706efd177/13338d63bceb81fb
>
> Regards,
> Malcolm
>
>   

Hi Malcolm,

The OP is asking for multiselect widget, which we get by mentioning 
'filter_interface=models.HORIZONTAL' in the models field.The link you 
have provided is for showing multiple form objects in one web page.

Incidentally my mail requesting for the same information is still pending

Regards Ganesh


--~--~---------~--~----~------------~-------~--~----~
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