On Jan 13, 8:26 am, Matias Surdi <matiassu...@gmail.com> wrote: > hmm... Not really... from your point of view, think about this: I want > to edit the children from the parent admin view, and *not* assign > parents to children from children's admin view.... > > Do you see? the relation is the same, but from the other side. > > I think I'm going to need a custom field/widget for this. > > Thanks for your help.
Yes, that's why I say you have the relationship the wrong way round. With it the right way round, and with inlines enabled, 'editing the children from the parent admin' is exactly what you do. The way you have it, you *can't* have multiple children to one parent, custom widget or not - the underlying database models don't let you. -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---