Hi all, I've got a model with a plain many-to-many relationship (no intermediate model) and want to edit the relationships in the admin site. By default the multiple select box only appears on the admin page for the model that defined it, however I'd like to be able to modify the relationships the other way around too.
e.g. for items in groups, I'd like to have item admin page allowing a multi-select on the groups related to it group admin page allowing a multi-select of items within the group The admin docs describe the problem but only show the solution for the more complicated (intermediary model) case: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#working-with-many-to-many-intermediary-models Is there an easy way to do what I want? The solutions I've found have all been for some complicated syncdb and model definition solutions that seem a bit overkill for just showing the relationship in the admin site. Cheers Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---