Hi,
Is it possible to embed hyperlinks in the list_display list for model.
An example is a model class that has say 1 foreign key reference, and
list_display as follows
list_display=('id','foreignkeyref')
self.id appears in the first column as a hyperlink (nice, this hyperlink
you get for free), but I would also like foreignkeyref
to be a hyperlink also in the 2nd column.
I would like them both to appear as hyperlinks and not just foreignkey
as text,
when you visit the admin "select item to change" page.
Cheers / Frank
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---