You can build a method that returns the link you want and add that to your list_display
On Wed, Nov 19, 2008 at 8:15 AM, Fabio Natali <[EMAIL PROTECTED]>wrote: > > Hi everybody! > > I need to customize the change list table of my admin page. > > I know I can use list_display to manage which fields will show up in > the table. The point is, I would like to add a column which is not a > field of my model, but a link, specifically a different link for each > row of my table, that is for each instance of my model. > > (I will use that link to print a pdf report of that specific instance > of my model. Do you think there are better or more canonical ways to > achieve this?) > > Any hints/urls on how to start are appreciated. > > Cheers, > > -- > Fabio Natali > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

