# HG changeset patch # User neko259 # Date 2013-10-29 19:53:31 # Node ID fedfa3bd9e0a13ece65f26afafaea80839466829 # Parent 5b47aa61c04b66f869b037a24909e512d20f20bc Fixed another issue with memcached diff --git a/boards/models.py b/boards/models.py --- a/boards/models.py +++ b/boards/models.py @@ -65,7 +65,7 @@ class PostManager(models.Manager): thread.last_edit_time = timezone.now() thread.save() - cache_key = thread.get_cache_key + cache_key = thread.get_cache_key() cache.delete(cache_key) else: