From 9462e3670c9ac869a817b3fa72b1e8e4a21d341b Mon Sep 17 00:00:00 2001
From: Arnaud Fabre <arnaud.fabre@camobscura.fr>
Date: Mon, 25 May 2015 12:17:48 +0200
Subject: [PATCH] removes duplicates field

---
 legislature/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/legislature/models.py b/legislature/models.py
index fa4a8e50..c42c1fa2 100644
--- a/legislature/models.py
+++ b/legislature/models.py
@@ -4,7 +4,7 @@ import datetime
 
 
 class MRepresentative(representatives.models.Representative):
-    active = models.BooleanField(default=False)
+    # active = models.BooleanField(default=False)
     country = models.ForeignKey(representatives.models.Country, null=True)
 
     def active_mandates(self):
-- 
GitLab