Re: Clearing the cache

2008-03-29 Thread Mike H
On 29 Mar 2008, at 17:49, Sebastjan Trepca wrote: > > I would use signals for this. For example, you could hook on post_save > signal, so whenever a model gets saved, you refresh the cache etc. Unfortunately it's not as simple as that, we cache groups of models, querysets, portions of html tha

Re: Clearing the cache

2008-03-29 Thread Sebastjan Trepca
I would use signals for this. For example, you could hook on post_save signal, so whenever a model gets saved, you refresh the cache etc. Sebastjan On Sat, Mar 29, 2008 at 4:35 PM, Mike H <[EMAIL PROTECTED]> wrote: > > Hi, > > I have models, views and managers that cache various things in the