diff options
| -rw-r--r-- | tests/test_modelinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_modelinfo.py b/tests/test_modelinfo.py index 254a33c9..04b67f04 100644 --- a/tests/test_modelinfo.py +++ b/tests/test_modelinfo.py @@ -1,6 +1,6 @@ from django.test import TestCase from django.utils import six -from rest_framework.utils.modelinfo import _resolve_model +from rest_framework.utils.model_meta import _resolve_model from tests.models import BasicModel |
