diff options
Diffstat (limited to 'djangorestframework/tests/content.py')
| -rw-r--r-- | djangorestframework/tests/content.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/tests/content.py b/djangorestframework/tests/content.py index b99f30f7..6695bf68 100644 --- a/djangorestframework/tests/content.py +++ b/djangorestframework/tests/content.py @@ -3,7 +3,7 @@ Tests for content parsing, and form-overloaded content parsing. """ from django.test import TestCase from djangorestframework.compat import RequestFactory -from djangorestframework.request import RequestMixin +from djangorestframework.mixins import RequestMixin from djangorestframework.parsers import FormParser, MultipartParser, PlainTextParser |
