On 1-7-2012 16:32, ledzgio wrote:

> I would like to have a layout similar to the one in the Admin page --> 
> Groups --> Add Group, the Permissions field, where I can have all elements 
> of a table throw a foreignKey (I suppose) on the left and add them to the 
> right side. 

<https://docs.djangoproject.com/en/1.4/ref/contrib/admin/#django.contrib.admin.ModelAdmin.filter_horizontal>

If you need it outside the admin, trace down the filter_horizontal
attribute to the widget. Not in a position to do that right now.
-- 
Melvyn Sopacua


-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to