From 14450f2a6ce466e39ffda7f04f48c1245e405be9 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 10 Feb 2011 00:32:04 +0530 Subject: [PATCH] no more html value --- pandora/annotation/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora/annotation/models.py b/pandora/annotation/models.py index 2083af0..2754467 100644 --- a/pandora/annotation/models.py +++ b/pandora/annotation/models.py @@ -87,7 +87,6 @@ class Annotation(models.Model): 'in': self.start, 'out': self.end, 'value': self.value, - 'value_html': self.html(), 'created': self.created.strftime('%Y-%m-%dT%H:%M:%SZ'), 'modified': self.modified.strftime('%Y-%m-%dT%H:%M:%SZ') }