Re: admin filters getting reset after admin action

2010-06-19 Thread rahul jain
well I solved that problem with one line of statement. before self.message_user just use this return HttpResponseRedirect(request.get_full_path()) Hope it helps. --RJ On Sat, Jun 19, 2010 at 11:09 AM, derek wrote: > On Jun 18, 9:18 pm, swinton wrote: >> On Jun 17, 4:13 pm, derek wrote: >

Re: admin filters getting reset after admin action

2010-06-19 Thread derek
On Jun 18, 9: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 reset. > > > > Is this is a bug from framework ?

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 reset. > > > > Is this is a bug from framework

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: admin filters getting reset after admin action

2010-06-17 Thread derek
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 these; Google this group for suggestions. -- You r

admin filters getting reset after admin action

2010-06-16 Thread rahul jain
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 ? --RJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to