Re: Does request.is_ajax() really work?

2008-04-25 Thread Patrick Lv
Hi Alex, What I am talking about is this: http://code.djangoproject.com/ticket/6616 On Sat, Apr 19, 2008 at 10:28 PM, Alex Koshelev <[EMAIL PROTECTED]> wrote: > > What is `is_ajax` method? > > On Apr 19, 4:06 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > I have made up a view to chec

Re: Does request.is_ajax() really work?

2008-04-26 Thread Patrick Lv
_REQUESTED_WITH') > method returns? Maybe the request doesn't have that property set correctly, > or maybe the HTTP_X_REQUESTED_WITH value isn't the proper thing to "get" > from META ? > > > Patrick Lv wrote: > > Hi Alex, > > What I am talking ab