From eaa7f40c7586eab4736a0c939fca6a1c7c8c809c Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Thu, 3 Mar 2011 21:16:18 -0800
Subject: [PATCH] removed extraneous comment

---
 helios/models.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/helios/models.py b/helios/models.py
index c309073..e772a1f 100644
--- a/helios/models.py
+++ b/helios/models.py
@@ -682,7 +682,6 @@ class Voter(HeliosModel):
   vote_hash = models.CharField(max_length = 100, null=True)
   cast_at = models.DateTimeField(auto_now_add=False, null=True)
 
-  ## FIXME: add migration
   class Meta:
     unique_together = (('election', 'voter_login_id'))
 
-- 
GitLab