Skip to content
Snippets Groups Projects
Commit eaa7f40c authored by Ben Adida's avatar Ben Adida
Browse files

removed extraneous comment

parent ab7eab7a
Branches
No related tags found
No related merge requests found
...@@ -682,7 +682,6 @@ class Voter(HeliosModel): ...@@ -682,7 +682,6 @@ class Voter(HeliosModel):
vote_hash = models.CharField(max_length = 100, null=True) vote_hash = models.CharField(max_length = 100, null=True)
cast_at = models.DateTimeField(auto_now_add=False, null=True) cast_at = models.DateTimeField(auto_now_add=False, null=True)
## FIXME: add migration
class Meta: class Meta:
unique_together = (('election', 'voter_login_id')) unique_together = (('election', 'voter_login_id'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment