Hi all,

I would like to override the default list_display_links behavior in the
Admin application. I have written a very simple suggestion box application
for my work and I would like the suggestion box administrator to have the
ability to mark suggestions as abuse for filtering purposes in the Admin
list display (I have a "list_editable=('abuse',)" tuple in my admin.py). I
don't however wish to allow the administrator to edit the suggestions
themselves.

For this reason, I would like to have no list display links in the Admin
interface. Setting the list_display_links tuple to () in my model's admin.py
has no effect because Django uses an empty tuple as the default.  I'd like
to know how to use a custom template to override this behavior.

There was a patch offered to achieve what I'm after, but it was turned down
in favor of using a custom template (hence this request for help):
http://code.djangoproject.com/ticket/9654

 I'd also like to know if there's a clean way to disable the change page
itself. Can this be done with URLConf?

Thanks for your assistance.

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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