Hi, i have a new problem with my many-to-many field.
I have two models A and B. A(models.model): b = models.ManyToManyField('app.B') Now when i edit A in the admin interface everything is ok, i can select all B instances A belongs to. What i need now is to be able to do the same thing from B's admin interface. When i edit B i want to select all instances of A B belongs to. Is there a way to achieve that? Greetings Sven --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---