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 where we have questionnaires with
pages and questions. I use a questions_in_page model to store extra
attributes for the many_to_many, and this is what appears as an inline
in the Page admin view (i.e. you can't edit the question itself from
the Page admin view, only the object in the link table). 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 at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to