Re: Weird Django "caching" problem

2011-07-16 Thread Nathan Hoad
Great! Thanks heaps for that. All fixed. On Jul 17, 3:04 am, Nan wrote: > If clearing your browser cache fixes it, then it's browser caching, > not Django caching.  It's possible your PHP site was sending cache > suppression headers.  If you want to prevent browser and proxy > caching, look into

Re: Weird Django "caching" problem

2011-07-16 Thread Nan
If clearing your browser cache fixes it, then it's browser caching, not Django caching. It's possible your PHP site was sending cache suppression headers. If you want to prevent browser and proxy caching, look into Django's never_cache decorator. On Jul 16, 9:51 am, Nathan Hoad wrote: > Hi guy

Weird Django "caching" problem

2011-07-16 Thread Nathan Hoad
Hi guys, I migrated my site from PHP to Django about a fortnight ago and everything went really smoothly, except now there appears to be some kind of "caching" on certain pages. I say "caching" because I have no caching enabled in Django, and it seems to be browser based, i.e. I can open a page in

Re: Weird django caching problem

2011-06-21 Thread Tom Evans
On Tue, Jun 21, 2011 at 9:20 AM, philippw wrote: > hi. > > i have weird caching problems with the 1.3 version of django. I > probably have something configured wrong, but am not sure what. > You don't mention how you have configured caching, which is relevant. By default, if you do not configure

Weird django caching problem

2011-06-21 Thread philippw
hi. i have weird caching problems with the 1.3 version of django. I probably have something configured wrong, but am not sure what. A good example is django-avatar, which uses caching and many people use it. Even if I dont have a cache backend defined the avatar seems to be cached, which by itsel