diff --git a/representatives/models.py b/representatives/models.py
index a102021f8d0f64645410a8533f3ace759b96041f..d07c002f8b511237db6e8aa8073fd491250326ac 100644
--- a/representatives/models.py
+++ b/representatives/models.py
@@ -36,7 +36,7 @@ class Representative(models.Model):
 
 
 class Contact(models.Model):
-    representative = models.ForeignKey(Representative)
+    representative = models.ForeignKey("Representative")
 
     class Meta:
         abstract = True