On Apr 16, 3:30 pm, andybak <andy...@gmail.com> wrote:
> Is there any other approach to this that could be thread safe?

Well, one way would be to cut and paste the entire body of
changelist_view from django/contrib/admin/options.py and add some
logic around the call to the ChangeList constructor. However, this
would mean cutting and pasting 34 lines in order to only change 1,
which I was trying to avoid. Another (ugly) option would be
monkeypatching the ChangeList constructor.

I think it would be nice to be able to define class attributes like
popup_list_display, popup_list_display_links, etc. that would override
the non-popup attributes for popups if specified.

Dave

--~--~---------~--~----~------------~-------~--~----~
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