# HG changeset patch # User neko259 # Date 2015-04-18 14:46:28 # Node ID ae8a84182391e8fa8c7c531024eacc602b3ab833 # Parent 225c08b89bfce36d0a8cfeec185401285cbb9a9e Don't cache post URLs, this is not a heavy operation diff --git a/boards/models/post.py b/boards/models/post.py --- a/boards/models/post.py +++ b/boards/models/post.py @@ -209,7 +209,6 @@ class Post(models.Model, Viewable): return self.get_thread().get_opening_post_id() == self.id - @utils.cached_result() def get_url(self): """ Gets full url to the post.