Hello,
When I'm trying to use template fragment caching with a
ManyToManyField as argument to the cache tag, I get a
MemcachedKeyCharacterError since the argument is "keyed" as something
like "[obj1, obj2]" and " " (space) don't seems to be allowed in
Memcached keys.
{% load cache %}
{% cache 500 cache_name obj.my_m2m_field.all %}
... the content ...
{% endcache %}
Thanks in advance
--
Fabien Schwob
http://fabien.schwob.org
The is nothing more Permanent then a temporary solution
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---