Home | History | Annotate | Download | only in model

Lines Matching refs:attachment_id

40     def dirty(cls, attachment_id):
41 memcache.delete(str(attachment_id), namespace="attachment-summary")
50 attachment_id = status.active_patch_id
51 if not attachment_id:
53 if attachment_id in visited_ids:
55 visited_ids.add(attachment_id)
56 ids.append(attachment_id)
61 def __init__(self, attachment_id):
62 self.id = attachment_id
116 summary = { "attachment_id" : self.id }