aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-11-07 12:01:38 -0800
committerTom Christie2012-11-07 12:01:38 -0800
commit066d51faa16d1cfd3c8370c6bfe46f8494bbc26a (patch)
treec8a4b6c427a51fa96c3c655dcda78f7da6a2c3c1
parent3debd7b1a20988350ee6cb93ecc0f55dcff315a0 (diff)
parentf3c94acc4a1917c7c1899ef6bdbc67e25e8ede6e (diff)
downloaddjango-rest-framework-066d51faa16d1cfd3c8370c6bfe46f8494bbc26a.tar.bz2
Merge pull request #382 from minddust/master
fixed typo
-rw-r--r--rest_framework/fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/fields.py b/rest_framework/fields.py
index 651793e2..a4e29a30 100644
--- a/rest_framework/fields.py
+++ b/rest_framework/fields.py
@@ -237,7 +237,7 @@ class RelatedField(WritableField):
"""
Base class for related model fields.
- If not overridden, this represents a to-one relatinship, using the unicode
+ If not overridden, this represents a to-one relationship, using the unicode
representation of the target.
"""
widget = widgets.Select