Skip to content

Commit

Permalink
Merge pull request #4 from sximba/django-1.9-support
Browse files Browse the repository at this point in the history
Switched Django's importlib for python's
  • Loading branch information
heywbj committed Jun 3, 2015
2 parents db0b4aa + 6075e2b commit 9cc2a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_recursive/fields.py
@@ -1,5 +1,5 @@
import inspect
from django.utils import importlib
import importlib
from rest_framework.fields import Field
from rest_framework.serializers import BaseSerializer

Expand Down

0 comments on commit 9cc2a10

Please sign in to comment.