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.

But! When we use the 'floatformat' filter tag we get a bunch of the
following message in our server output/log and our cache is broken
(carries on like it's empty):
mcm_get_line():1547: memcache(4) protocol error: no \r before \n

I really don't see how using the filter tag could influence our cache,
but it's really all that stops the error from appearing.

Versions:
cmemcache - 0.95
memcache - 1.2.8
libmemcache - 1.4.0.rc2-1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to