Anyway, my idea is the following: reference fields shown in the change list page (not change view) shown as links to the edit page of the instance. I tried to implement this on my own, specifying in display_list the name of an executable returning a link to the change page and settings executable.allow_tags = True, but doing so one cannot put this field in the list_filter tuple.
On Mon, Jun 21, 2010 at 09:57, Simon Meers <[email protected]> wrote: > > On 21 June 2010 17:49, Massimiliano della Rovere > <[email protected]> wrote: > > If I understood correctly, these patches are related to the change view of > > the instance, not to che change list view (the page where instances are > > listed). > > Correct; I interpreted your request for "the change page of the linked > object" to be the "change" page for the instance, not the "changelist" > for the model. > -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
