summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/models/post.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/models/post.py b/askbot/models/post.py
index da25f2fc..03791e5e 100644
--- a/askbot/models/post.py
+++ b/askbot/models/post.py
@@ -2201,4 +2201,5 @@ class AnonymousAnswer(DraftContent):
wiki=self.wiki,
text=self.text
)
+ self.question.thread.invalidate_cached_data()
self.delete()