##// END OF EJS Templates
Don't cache post URLs, this is not a heavy operation
neko259 -
r1111:ae8a8418 default
parent child Browse files
Show More
@@ -209,7 +209,6 b' class Post(models.Model, Viewable):'
209
209
210 return self.get_thread().get_opening_post_id() == self.id
210 return self.get_thread().get_opening_post_id() == self.id
211
211
212 @utils.cached_result()
213 def get_url(self):
212 def get_url(self):
214 """
213 """
215 Gets full url to the post.
214 Gets full url to the post.
General Comments 0
You need to be logged in to leave comments. Login now