Hi, I'm fairly new to Django. Util now I only made some standard apps/ sites. But now I have to solve a problem with a many-to-many relationship that contains an extra attribute in an intermediate model (as it is described here: http://docs.djangoproject.com/en/dev/topics/db/models/#extra-fields-on-many-to-many-relationships).
So modelling this relation isn't that hard. But how can I provide a clean admin interface. Is it possible with the standard admin functionalities? Related to the Django doc: My problem is, that the intermediate model (membership) is the "entry- point" to add data. Instead it should be Person. So the user should have the possibility to select or to add a new group for a new person and give the additinal information for the intermediate model as well. What would be the most elegant method to create an admin interface for this case? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

