Re: floatformat tag and cmemcache

2009-06-12 Thread Michael
On Fri, Jun 12, 2009 at 4:15 AM, Jurie-Jan Botha wrote: > > It feels ridiculous to me but we've got a filter tag that's making a > mess of our cache. > > Here's the deal: > * We cache lots of stuff on our site using low level cache api and > cmemcache. > * We've got a float field on a model that w

floatformat tag and cmemcache

2009-06-12 Thread Jurie-Jan Botha
It feels ridiculous to me but we've got a filter tag that's making a mess of our cache. Here's the deal: * We cache lots of stuff on our site using low level cache api and cmemcache. * We've got a float field on a model that we cache. * When we use this float field in a template it works fine. B