Re: hyperlinks within admin interface

2010-06-18 Thread swinton
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 wrote: > Is it possible to mess with the __unicode__ method of amodelto > e

Re: hyperlinks within admin interface

2010-05-21 Thread urukay
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/grou

hyperlinks within admin interface

2010-05-21 Thread Ben
Is it possible to mess with the __unicode__ method of a model to enable a model instance to return a link to itself when viewed within the admin interface? What I want is for there to be a link on an item in an inline which takes the user to it's own edit page. For example, I have a Survey system