mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 13:16:55 +03:00
Remove commented out debug code
This commit is contained in:
parent
72c04d570d
commit
e66eeb4af8
|
@ -39,7 +39,6 @@ class OneToOneTargetSerializer(serializers.ModelSerializer):
|
||||||
|
|
||||||
class NestedOneToOneTests(TestCase):
|
class NestedOneToOneTests(TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
#import pdb ; pdb.set_trace()
|
|
||||||
for idx in range(1, 4):
|
for idx in range(1, 4):
|
||||||
target = OneToOneTarget(name='target-%d' % idx)
|
target = OneToOneTarget(name='target-%d' % idx)
|
||||||
target.save()
|
target.save()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user