aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
diff options
context:
space:
mode:
authorOmer Katz2013-02-25 16:47:47 +0300
committerOmer Katz2013-02-25 16:47:47 +0300
commit3221a088ab8cec1ef5a9059eeabc6d50d5cdb252 (patch)
tree4681dbd756311f7736bdd270d38b9674656a47ea /rest_framework/tests
parentc05340c91ba1660145ff49dcdd2c84e16d801ee7 (diff)
downloaddjango-rest-framework-3221a088ab8cec1ef5a9059eeabc6d50d5cdb252.tar.bz2
Fixed misspelled remark in comments.
Diffstat (limited to 'rest_framework/tests')
-rw-r--r--rest_framework/tests/relations_slug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/relations_slug.py b/rest_framework/tests/relations_slug.py
index 0c7421f3..032e175a 100644
--- a/rest_framework/tests/relations_slug.py
+++ b/rest_framework/tests/relations_slug.py
@@ -24,7 +24,7 @@ class NullableForeignKeySourceSerializer(serializers.ModelSerializer):
model = NullableForeignKeySource
-# TODO: M2M Tests, FKTests (Non-nulable), One2One
+# TODO: M2M Tests, FKTests (Non-nullable), One2One
class SlugForeignKeyTests(TestCase):
def setUp(self):
target = ForeignKeyTarget(name='target-1')