Re: Admin Many-to-Many on a regular Form?

2010-10-13 Thread Marc Aymerich
On Tue, Oct 12, 2010 at 10:12 PM, AK wrote: > I have not yet found a solution for this, the closest I've come > requires a bit of work based on James Bennett's response here: > http://markmail.org/message/irsln5d6m6wpxdiu > > An alternative that looks slicker than the Django built-in is the > dja

Re: Admin Many-to-Many on a regular Form?

2010-10-12 Thread AK
I have not yet found a solution for this, the closest I've come requires a bit of work based on James Bennett's response here: http://markmail.org/message/irsln5d6m6wpxdiu An alternative that looks slicker than the Django built-in is the django-ajax-selects project: http://code.google.com/p/django

Re: Admin Many-to-Many on a regular Form?

2010-10-10 Thread Marc Aymerich
On Fri, Oct 8, 2010 at 7:58 PM, AK wrote: > 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

Admin Many-to-Many on a regular Form?

2010-10-08 Thread AK
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 f

Admin Many-to-Many on a regular Form?

2010-10-08 Thread AK
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 f