def get_content(self, obj): return censor(obj.content)
def get_filtered_content(self, obj): return censor(obj.content)