diff options
Diffstat (limited to 'tests/test_nullable_fields.py')
| -rw-r--r-- | tests/test_nullable_fields.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nullable_fields.py b/tests/test_nullable_fields.py index 33a9685f..0c133fc2 100644 --- a/tests/test_nullable_fields.py +++ b/tests/test_nullable_fields.py @@ -1,6 +1,6 @@ from django.core.urlresolvers import reverse -from rest_framework.compat import patterns, url +from django.conf.urls import patterns, url from rest_framework.test import APITestCase from tests.models import NullableForeignKeySource from tests.serializers import NullableFKSourceSerializer |
