add/remove items from list

This commit is contained in:
j 2011-06-04 18:19:06 +02:00
commit 3afd8a0e0b
3 changed files with 7 additions and 6 deletions

View file

@ -117,3 +117,4 @@ class Annotation(models.Model):
def __unicode__(self):
return u"%s/%s-%s" %(self.item, self.start, self.end)