diff options
| author | Tom Christie | 2012-11-13 11:47:32 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-11-13 11:47:32 +0000 |
| commit | 21468a186785e38d622dc0bbe63515f320f9e479 (patch) | |
| tree | 68a9126588e5bc351a69ffa1a508b4ba3ae47c20 /rest_framework/tests/pk_relations.py | |
| parent | 02c1b5988b56cb390b07151e9494dd2355b3b066 (diff) | |
| download | django-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.py | 1 |
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') |
