> There is already a way to control which fields are links to the change
> page: http://www.djangoproject.com/documentation/model-api/#list-display-links

I know, thats what I meant. To make the whole row clickable you have to 
put all fields which are in list_display into list_display_links, too. 
So making the whole field (<td>) clickable should really be enough, the 
row itself (everything inside <tr>) does not need to be clickable by 
default.

Greetings, David Danier

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to