Re: Configure multi-field multi-select form in Django Admin

2009-11-25 Thread rc
Tim, Thanks for the response. That is what I was looking for. I got it working now, just needed a little hint. Found the User Admin stuff (in contrib) and was able to follow that. As far as the "id" columns.I adapted Django to an existing system so that is why the models don't necessarily matc

Re: Configure multi-field multi-select form in Django Admin

2009-11-24 Thread Tim Valenta
> The javascript will be found somewhere under django/contrib/admin/media/js. To be clear, rc, although the javascript is of course available for viewing, you should only need to put that attribute "filter_horizontal" on your ModelAdmin. There shouldn't be any need for inserting any custom javasc

Re: Configure multi-field multi-select form in Django Admin

2009-11-24 Thread Karen Tracey
On Tue, Nov 24, 2009 at 12:32 PM, rc wrote: > As I mentioned, the Django admin has exactly what I want with the user > permission form (auth_user, auth_permissions and > auth_user_user_permission). Does anyone know where that code is > located in the Django environment? > > That's done with javas

Re: Configure multi-field multi-select form in Django Admin

2009-11-24 Thread rc
As I mentioned, the Django admin has exactly what I want with the user permission form (auth_user, auth_permissions and auth_user_user_permission). Does anyone know where that code is located in the Django environment? On Nov 24, 10:13 am, rc wrote: > What I want to do is have a form with one fie

Configure multi-field multi-select form in Django Admin

2009-11-24 Thread rc
What I want to do is have a form with one field that allows you to select a profile. Once this profile is selected there will be two windows below that show available tests and selected tests. The Django admin interface for the user permissions uses this format. Not sure what it is called in Django