##// END OF EJS Templates
Fixed another issue with memcached
neko259 -
r326:fedfa3bd default
parent child Browse files
Show More
@@ -65,7 +65,7 b' class PostManager(models.Manager):'
65 thread.last_edit_time = timezone.now()
65 thread.last_edit_time = timezone.now()
66 thread.save()
66 thread.save()
67
67
68 cache_key = thread.get_cache_key
68 cache_key = thread.get_cache_key()
69 cache.delete(cache_key)
69 cache.delete(cache_key)
70
70
71 else:
71 else:
General Comments 0
You need to be logged in to leave comments. Login now