Skip to content

Commit 10fdafe

Browse files
author
Colin Ross
authored
Django 1.11 fixes
1 parent 65cb290 commit 10fdafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urlmapper/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django.contrib.contenttypes.generic import GenericForeignKey
1+
from django.contrib.contenttypes.fields import GenericForeignKey
22
from django.core.exceptions import ValidationError
33
from django.core.urlresolvers import reverse, resolve, NoReverseMatch, Resolver404
44
from django.db import models

0 commit comments

Comments
 (0)