aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
diff options
context:
space:
mode:
authorJuan Riaza2013-01-10 15:48:22 +0100
committerJuan Riaza2013-01-10 15:48:22 +0100
commit268f60999cdca46e6541f5acc35fbbe08b85f477 (patch)
treebb346b4a4f10a59182350682dfd76c98dbe5c6d1 /rest_framework/tests
parentcb235977f654ce6c385cf5245cfa086c2ed54780 (diff)
downloaddjango-rest-framework-268f60999cdca46e6541f5acc35fbbe08b85f477.tar.bz2
unused imports
Diffstat (limited to 'rest_framework/tests')
-rw-r--r--rest_framework/tests/decorators.py1
-rw-r--r--rest_framework/tests/relations_hyperlink.py1
-rw-r--r--rest_framework/tests/relations_nested.py1
-rw-r--r--rest_framework/tests/relations_pk.py1
4 files changed, 0 insertions, 4 deletions
diff --git a/rest_framework/tests/decorators.py b/rest_framework/tests/decorators.py
index bc44a45b..5e6bce4e 100644
--- a/rest_framework/tests/decorators.py
+++ b/rest_framework/tests/decorators.py
@@ -1,5 +1,4 @@
from django.test import TestCase
-from django.test.client import RequestFactory
from rest_framework import status
from rest_framework.response import Response
from rest_framework.renderers import JSONRenderer
diff --git a/rest_framework/tests/relations_hyperlink.py b/rest_framework/tests/relations_hyperlink.py
index ef57dc83..57913670 100644
--- a/rest_framework/tests/relations_hyperlink.py
+++ b/rest_framework/tests/relations_hyperlink.py
@@ -1,4 +1,3 @@
-from django.db import models
from django.test import TestCase
from rest_framework import serializers
from rest_framework.compat import patterns, url
diff --git a/rest_framework/tests/relations_nested.py b/rest_framework/tests/relations_nested.py
index 225fee88..0e129fae 100644
--- a/rest_framework/tests/relations_nested.py
+++ b/rest_framework/tests/relations_nested.py
@@ -1,4 +1,3 @@
-from django.db import models
from django.test import TestCase
from rest_framework import serializers
from rest_framework.tests.models import ForeignKeyTarget, ForeignKeySource, NullableForeignKeySource, OneToOneTarget, NullableOneToOneSource
diff --git a/rest_framework/tests/relations_pk.py b/rest_framework/tests/relations_pk.py
index 589b3646..54835860 100644
--- a/rest_framework/tests/relations_pk.py
+++ b/rest_framework/tests/relations_pk.py
@@ -1,4 +1,3 @@
-from django.db import models
from django.test import TestCase
from rest_framework import serializers
from rest_framework.tests.models import ManyToManyTarget, ManyToManySource, ForeignKeyTarget, ForeignKeySource, NullableForeignKeySource, OneToOneTarget, NullableOneToOneSource