示例#1
0
	def on_update(self):
		self.update_category()
		clear_cache()
		super(HelpArticle, self).on_update()
示例#2
0
 def on_update(self):
     clear_cache()
     super(HelpCategory, self).on_update()
 def on_update(self):
     clear_cache()
 def on_update(self):
     self.update_category()
     clear_cache()
     super(HelpArticle, self).on_update()
	def on_update(self):
		clear_cache()
示例#6
0
	def on_update(self):
		clear_cache()
		super(HelpCategory, self).on_update()