aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/pk_relations.py
diff options
context:
space:
mode:
authorTom Christie2012-11-13 11:47:32 +0000
committerTom Christie2012-11-13 11:47:32 +0000
commit21468a186785e38d622dc0bbe63515f320f9e479 (patch)
tree68a9126588e5bc351a69ffa1a508b4ba3ae47c20 /rest_framework/tests/pk_relations.py
parent02c1b5988b56cb390b07151e9494dd2355b3b066 (diff)
downloaddjango-rest-framework-21468a186785e38d622dc0bbe63515f320f9e479.tar.bz2
Fix broken depth argument
Diffstat (limited to 'rest_framework/tests/pk_relations.py')
-rw-r--r--rest_framework/tests/pk_relations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/tests/pk_relations.py b/rest_framework/tests/pk_relations.py
index 44ae4040..3dcc76f9 100644
--- a/rest_framework/tests/pk_relations.py
+++ b/rest_framework/tests/pk_relations.py
@@ -136,6 +136,7 @@ class PrimaryKeyManyToManyTests(TestCase):
]
self.assertEquals(serializer.data, expected)
+
class PrimaryKeyForeignKeyTests(TestCase):
def setUp(self):
target = ForeignKeyTarget(name='target-1')