Hi Ben,

I'm trying to do the same thing, I thought perhaps list_display_links
would automagically link to related objects, but unfortunately not.
did you manage to find a solution?

Regards,
Steve

On May 21, 3:12 pm, Ben <benwhal...@gmail.com> wrote:
> Is it possible to mess with the __unicode__ method of amodelto
> enable amodelinstance to return alinkto itself when viewed within
> theadmininterface? What I want is for there to be alinkon an item
> in an inline which takes the user to it's owneditpage.
>
> For example, I have a Survey system where we have questionnaires with
> pages and questions. I use a questions_in_pagemodelto store extra
> attributes for the many_to_many, and this is what appears as an inline
> in the Pageadminview (i.e. you can'teditthe question itself from
> the Pageadminview, only the object in thelinktable). I'd like to
> be able to create links directly to the questions...
>
> Any suggestions much appreciated.
>
> Ben
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to