I really like the 'filter-horizontal' style widget used by Django Admin for things like specifying permissions for users/groups. I would like to create a form that uses this same widget to allow someone to select a group and then edit which users are in the group based on this widget. The catch for me is I need to do it through the standard part of my site, not the admin interface.
A couple questions arise: Is there any way to use an ModelAdmin on a regular form? If not, is there another way to use that sort of widget? The tangential question would be, once the solution for the above is found, how do I populate the form? Django does not appear to make it easy to edit the "reverse" side of a Many-to-many relationship. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.