Re: admin filters getting reset after admin action

2010-06-18 Thread swinton
On Jun 18, 8:18 pm, swinton wrote: > On Jun 17, 4:13 pm, derek wrote: > > > On Jun 17, 5:44 am, rahul jain wrote: > > > > Hi there, > > > > I have some filters set-up on admin page. As soon as I perform admin > > > action. All filters are getting r

Re: admin filters getting reset after admin action

2010-06-18 Thread swinton
On Jun 17, 4:13 pm, derek wrote: > On Jun 17, 5:44 am, rahul jain wrote: > > > Hi there, > > > I have some filters set-up on admin page. As soon as I perform admin > > action. All filters are getting reset. > > > Is this is a bug from framework ? > > No.  There are work-arounds to get back to t

Re: hyperlinks within admin interface

2010-06-18 Thread swinton
Hi Ben, I'm trying to do the same thing, I thought perhaps list_display_links would automagically link to related objects, but unfortunately not. did you manage to find a solution? Regards, Steve On May 21, 3:12 pm, Ben wrote: > Is it possible to mess with the __unicode__ method of amodelto > e

Celery: Unable to run a task using Django with either database or redis as the backend

2010-06-12 Thread swinton
Hi there, I need to use a task queue for Django, and Celery seems ideal, unfortunately I can't install RabbitMQ on my server, so I need to use an alternate backend (I have Redis and MySQL available). Unfortunately, I can't get either to work :\ I'm using Celery 1.0.5 with Django 1.2.1, I've added