Re: django.admin custom action registration not working

2009-10-13 Thread DrKJam
2009/10/13 Daniel Roseman > > On Oct 13, 11:55 am, DrKJam wrote: > > Hi, > > > > I'm following the advice here :- > > > > http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ > > > > to try and add a custom action to the list display of one of my models in > > the admin interface. > >

Re: django.admin custom action registration not working

2009-10-13 Thread DrKJam
2009/10/13 DrKJam > > > 2009/10/13 Daniel Roseman > >> >> On Oct 13, 11:55 am, DrKJam wrote: >> > Hi, >> > >> > I'm following the advice here :- >> > >> > http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ >> > >> > to try and add a custom action to the list display of one of my mo

Re: django.admin custom action registration not working

2009-10-13 Thread Daniel Roseman
On Oct 13, 11:55 am, DrKJam wrote: > Hi, > > I'm following the advice here :- > > http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/ > > to try and add a custom action to the list display of one of my models in > the admin interface. > > Sadly, as hard as I try, the option is not app