Re: proposal: list_related_links

2006-11-15 Thread va:patrick.kranzlmueller
Am 15.11.2006 um 17:38 schrieb Adrian Holovaty: > > On 11/15/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> > wrote: >> within a change-list, there is always one item which links to the >> change-form. >> what about having additional links to related objects? >> >> change-list example: >> ID

Re: proposal: list_related_links

2006-11-15 Thread Adrian Holovaty
On 11/15/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote: > within a change-list, there is always one item which links to the > change-form. > what about having additional links to related objects? > > change-list example: > ID (not linked) > name (link to change-form) > item (not linked) >

Re: proposal: list_related_links

2006-11-15 Thread Aidas Bendoraitis
+1 for such a possibility. I think, you should edit somewhere around django/db/models/options.py and django/contrib/admin. Regards, Aidas Bendoraitis [aka Archatas] On 11/15/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote: > > within a change-list, there is always one item which links

proposal: list_related_links

2006-11-15 Thread va:patrick.kranzlmueller
within a change-list, there is always one item which links to the change-form. what about having additional links to related objects? change-list example: ID (not linked) name (link to change-form) item (not linked) user (link to the users change-form) ... this could probably be achieved