diff options
Diffstat (limited to 'djangorestframework/tests/methods.py')
| -rw-r--r-- | djangorestframework/tests/methods.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/methods.py b/djangorestframework/tests/methods.py index 7f6acf4f..0e74dc94 100644 --- a/djangorestframework/tests/methods.py +++ b/djangorestframework/tests/methods.py @@ -1,6 +1,6 @@ from django.test import TestCase from djangorestframework.compat import RequestFactory -from djangorestframework.request import RequestMixin +from djangorestframework.mixins import RequestMixin class TestMethodOverloading(TestCase): |
