Re: admin list_display

2009-09-27 Thread paulhide
Thanks for your reply and I think you are right, I could achieve the effect I am after (described in the middle paragraph of my first post), but it just wouldn't be such a nice user interface as just clicking a link. Paul Hide On Sep 27, 10:05 am, Daniel Roseman wrote: > On Sep 26, 12:53 pm, p

Re: admin list_display

2009-09-27 Thread paulhide
Having thought about this myself and done some more research, a better question is: is there a way of getting extra args through to a list_display callable? Having stared at the code in template_tags/ admin_list.py it would appear that there is no facility for getting extra args through to these c

Re: raw_id_fields in admin

2009-09-06 Thread paulhide
Thanks very much Karen, I'll keep an eye on the ticket. Paul On Sep 6, 2:00 pm, Karen Tracey wrote: > On Sun, Sep 6, 2009 at 7:25 AM, paulh wrote: > > > When using one of these fields in Add mode you make a choice of the > > object from a popup window and the js returns the id into the field.