On Tue, Jun 3, 2008 at 11:20 PM, lee <[EMAIL PROTECTED]> wrote: > > I have a filter interface to select teams associated with traders on > the trader change page on the admin site. On the team change page I > would like a similar filter interface to view/change traders > associated with that team. > > Is that possible, or something that I would have to add. If so, do > you know where I need to make this modification?
The current trunk admin interface doesn't provide a way to show the reverse direction for m2m or foreign key fields. It should be a lot easier to implement in newforms-admin by defining a custom model form. However, to the best of my knowledge, adding automated support for this sort of thing isn't on the to-do list for the initial release. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

