summaryrefslogtreecommitdiff
path: root/dashboard
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-25 16:40:57 -0400
committerTim Graham <timograham@gmail.com>2015-08-25 16:40:57 -0400
commit72e560c19a814a5b4450439c5f39cb06dbbbe434 (patch)
tree06ed0906194462eb3c5a7846947737757cb4610b /dashboard
parentf0ff547a52d4dccd9e11bdb292782ece7c0ccd75 (diff)
Adjusted some imports for deprecations.
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/models.py b/dashboard/models.py
index 5f0ffd82..124c840d 100644
--- a/dashboard/models.py
+++ b/dashboard/models.py
@@ -6,7 +6,7 @@ import xmlrpc.client
import feedparser
import requests
from django.conf import settings
-from django.contrib.contenttypes.generic import (
+from django.contrib.contenttypes.fields import (
GenericForeignKey, GenericRelation,
)
from django.contrib.contenttypes.models import ContentType