For some reason django only provides a simple list in a many to many relationship displayed in the admin interface of model you've created yourself. To select multiple values from this list you need to hold the shift key down. Its so clumsy. The admin interface for maintaining the 'User Permissions' of a User looks so much better. It has a javascript widget which displays available vs chosen.
Does anyone know if there is an easy was to implement this look in my own models? Mark Lane -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

