aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/relations_nested.py
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/relations_nested.py
parentcb235977f654ce6c385cf5245cfa086c2ed54780 (diff)
downloaddjango-rest-framework-268f60999cdca46e6541f5acc35fbbe08b85f477.tar.bz2
unused imports
Diffstat (limited to 'rest_framework/tests/relations_nested.py')
-rw-r--r--rest_framework/tests/relations_nested.py1
1 files changed, 0 insertions, 1 deletions
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