Re: Outdated data in django page rendering w/ cacheing disabled

2009-01-05 Thread Malinka Rellikwodahs
On Fri, Jan 2, 2009 at 09:56, Rajesh Dhawan wrote: >> >> As far as I can tell there is no reason for this data to be outdated >> on browser refresh, I've tried looking through the documentation and >> other places to find what could be causing this > > You didn't include a code snippet of how you

Re: Outdated data in django page rendering w/ cacheing disabled

2009-01-02 Thread Rajesh Dhawan
> > I have created a set of functions and classes to connect to the db and > request the data and then display the data rendered as a page, however > what I'm finding is that when the data is being changed from the main > set of applications connecting to and using this db and then i refresh > my

Outdated data in django page rendering w/ cacheing disabled

2008-12-31 Thread Malinka
I have a django project which will be taking data from a db that is already being managed and maintained by another set of programs and read it and display it for reporting and for determineing possible problems and then in some cases making changes back into the system through other means (not by