Re: Using HttpResponseNotModified

2007-03-11 Thread shevken
Ignore. On Mar 12, 12:39 pm, "shevken" <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I do not want a certain view to refresh my html page. > > so I got this method, > > def silent_update(): ># Do secret stuff >return HttpResponseNotModified() > > --

Using HttpResponseNotModified

2007-03-11 Thread shevken
Hi Guys, I do not want a certain view to refresh my html page. so I got this method, def silent_update(): # Do secret stuff return HttpResponseNotModified() --- But i got this error: Traceback (most recent call last): File "C:\Python24\