diff options
Diffstat (limited to 'rest_framework/tests/mixins.py')
| -rw-r--r-- | rest_framework/tests/mixins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/mixins.py b/rest_framework/tests/mixins.py index def06464..8f6d64fb 100644 --- a/rest_framework/tests/mixins.py +++ b/rest_framework/tests/mixins.py @@ -1,7 +1,7 @@ # """Tests for the mixin module""" # from django.test import TestCase # from rest_framework import status -# from rest_framework.compat import RequestFactory +# from django.test.client import RequestFactory # from django.contrib.auth.models import Group, User # from rest_framework.mixins import CreateModelMixin, PaginatorMixin, ReadModelMixin # from rest_framework.resources import ModelResource |
